Sync up to get retries working

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21161 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2005-04-26 16:15:55 +00:00
parent 66c299cacf
commit 2a5a2dca5a
3 changed files with 8 additions and 2 deletions

View file

@ -540,7 +540,7 @@ static BOOL setSharedDefaults = NO; /* Flag to prevent infinite recursion */
if (added_lang == NO)
{
/* Ack! We should never get here */
NSLog(@"Improper installation: No language locale found");
NSWarnMLog(@"Improper installation: No language locale found");
[sharedDefaults registerDefaults: [self _unlocalizedDefaults]];
}
RETAIN(sharedDefaults);