mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 16:12:17 +00:00
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:
parent
760149038d
commit
b6ab133ce1
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ NSString
|
|||
{
|
||||
if ([aDict objectForKey:key] == nil)
|
||||
{
|
||||
PCLogInfo(self, @"invalid dict entry for key %@", key);
|
||||
return NO;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue