Improved warning logs

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9965 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2001-05-18 19:56:54 +00:00
parent 4117c5b7ca
commit 5588f5026c
3 changed files with 5 additions and 2 deletions

View file

@ -441,7 +441,7 @@ static SEL rlSel;
return self;
}
}
NSWarnMLog(@"Contents of file does not contain an array", 0);
NSWarnMLog(@"Contents of file '%@' does not contain an array", file);
RELEASE(self);
return nil;
}