git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6396 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 2000-03-29 07:00:28 +00:00
parent 68ca83563c
commit 87ca114f49
2 changed files with 5 additions and 1 deletions

View file

@ -311,7 +311,7 @@ static NSString *pathForUser(NSString *user)
path = [home stringByAppendingPathComponent: GNU_UserDefaultsPrefix];
if ([mgr fileExistsAtPath: path isDirectory: &isDir] == NO)
{
NSLog(@"Directory '%'@ does not exist - creating it", path);
NSLog(@"Directory '%@' does not exist - creating it", path);
if ([mgr createDirectoryAtPath: path attributes: nil] == NO)
{
NSLog(@"Unable to create user GNUstep directory '%@'", path);