diff options
Diffstat (limited to 'Source/CMMCPConnection.m')
-rw-r--r-- | Source/CMMCPConnection.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CMMCPConnection.m b/Source/CMMCPConnection.m index 18d89e8b..b976c3a7 100644 --- a/Source/CMMCPConnection.m +++ b/Source/CMMCPConnection.m @@ -278,6 +278,9 @@ static void forcePingTimeout(int signalNumber); [[NSUserDefaults standardUserDefaults] addObserver:self forKeyPath:@"ConsoleEnableLogging" options:NSKeyValueObservingOptionNew context:NULL]; + // Init 'consoleLoggingEnabled' + consoleLoggingEnabled = [[NSUserDefaults standardUserDefaults] boolForKey:@"ConsoleEnableLogging"]; + return mConnected; } |