mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Get rid of bogus warning
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17057 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
089a59ca8a
commit
dd58f52371
2 changed files with 9 additions and 3 deletions
|
@ -1502,8 +1502,10 @@ _bundle_load_callback(Class theClass, struct objc_category *theCategory)
|
|||
NS_ENDHANDLER
|
||||
}
|
||||
else
|
||||
NSLog(@"Failed to locate strings file %@", tableName);
|
||||
|
||||
{
|
||||
NSDebugMLLog(@"NSBundle", @"Failed to locate strings file %@",
|
||||
tableName);
|
||||
}
|
||||
/*
|
||||
* If we couldn't found and parsed the strings table, we put it in
|
||||
* the cache of strings tables in this bundle, otherwise we will just
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue