diff options
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r-- | Source/SPConstants.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m index 91ae17b1..39d0d705 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -73,7 +73,7 @@ NSString *SPConsoleEnableLogging = @"ConsoleEnableLogging"; NSString *SPConsoleEnableInterfaceLogging = @"ConsoleEnableInterfaceLogging"; NSString *SPConsoleEnableCustomQueryLogging = @"ConsoleEnableCustomQueryLogging"; NSString *SPConsoleEnableImportExportLogging = @"ConsoleEnableImportExportLogging"; -NSString *SPEnableErrorLogging = @"EnableErrorLogging"; +NSString *SPConsoleEnableErrorLogging = @"ConsoleEnableErrorLogging"; NSString *SPConsoleShowTimestamps = @"ConsoleShowTimestamps"; NSString *SPConsoleShowSelectsAndShows = @"ConsoleShowSelectsAndShows"; NSString *SPConsoleShowHelps = @"ConsoleShowHelps"; |