@@ -40,11 +40,11 @@ [OFSystemInfo operatingSystemVersion]); #ifdef OF_HAVE_FILES PRINT(GREEN, @"User data path: %@", [OFSystemInfo userDataPath]); - PRINT(GREEN, @"User config path: %@", [OFSystemInfo userDataPath]); + PRINT(GREEN, @"User config path: %@", [OFSystemInfo userConfigPath]); #endif PRINT(GREEN, @"CPU vendor: %@", [OFSystemInfo CPUVendor]); #if defined(OF_X86_64) || defined(OF_X86)