OSDN Git Service

Changed to use VERSION_NAME rather than Hengband in a log message.
authorEric Branlund <ebranlund@fastmail.com>
Tue, 29 Sep 2020 01:29:53 +0000 (18:29 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Tue, 29 Sep 2020 01:29:53 +0000 (18:29 -0700)
src/main-cocoa.m

index 65885c5..5b7a281 100644 (file)
@@ -5243,7 +5243,7 @@ static NSString* get_lib_directory(void)
 
     if( !libExists || !isDirectory )
     {
-       NSLog( @"Hengband: can't find %@/ in bundle: isDirectory: %d libExists: %d", AngbandDirectoryNameLib, isDirectory, libExists );
+       NSLog( @"%@: can't find %@/ in bundle: isDirectory: %d libExists: %d", @VERSION_NAME, AngbandDirectoryNameLib, isDirectory, libExists );
 
        NSString *msg = NSLocalizedStringWithDefaultValue(
            @"Error.MissingResources",