From 3c8a647ae5d549c4f53a9603368c520f4b761174 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Mon, 28 Sep 2020 18:29:53 -0700 Subject: [PATCH] Changed to use VERSION_NAME rather than Hengband in a log message. --- src/main-cocoa.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main-cocoa.m b/src/main-cocoa.m index 65885c58d..5b7a28157 100644 --- a/src/main-cocoa.m +++ b/src/main-cocoa.m @@ -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", -- 2.11.0