Log missing key

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@30938 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2010-07-08 23:18:27 +00:00
parent 760149038d
commit b6ab133ce1

View file

@ -224,6 +224,7 @@ NSString
{
if ([aDict objectForKey:key] == nil)
{
PCLogInfo(self, @"invalid dict entry for key %@", key);
return NO;
}
}