mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Improve error message if localization table isn't found.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@5185 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6f607f51ee
commit
7fe9cf7400
1 changed files with 1 additions and 1 deletions
|
@ -832,7 +832,7 @@ _bundle_load_callback(Class theClass, Category *theCategory)
|
|||
NS_ENDHANDLER
|
||||
}
|
||||
else
|
||||
NSLog(@"Failed to locate strings file %@", tablePath);
|
||||
NSLog(@"Failed to locate strings file %@", tableName);
|
||||
|
||||
/*
|
||||
* If we couldn't found and parsed the strings table, we put it in
|
||||
|
|
Loading…
Reference in a new issue