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:
Richard Frith-Macdonald 2002-10-14 11:26:28 +00:00
parent b75da9fd95
commit eb16fbb5ce

View file

@ -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)
{