mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Improve log output
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14781 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b75da9fd95
commit
eb16fbb5ce
1 changed files with 4 additions and 4 deletions
|
@ -1472,13 +1472,13 @@ static NSMutableSet *textNodes = nil;
|
|||
{
|
||||
if (c == nil)
|
||||
{
|
||||
NSLog(@"No unique ref to %@ '%@' not found in %@",
|
||||
type, r, base);
|
||||
NSLog(@"Location of %@ '%@' (referenced from %@) "
|
||||
@"not found or not unique.", type, r, base);
|
||||
}
|
||||
else
|
||||
{
|
||||
NSLog(@"ref to the %@ version of %@ '%@' not found in %@",
|
||||
c, type, r, base);
|
||||
NSLog(@"Location of the %@ version of %@ '%@' (referenced "
|
||||
@"from %@) not found.", c, type, r, base);
|
||||
}
|
||||
if (tmp == nil)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue