aboutsummaryrefslogtreecommitdiff
path: root/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2016-01-20 17:01:36 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-01-20 17:01:36 +0000
commit9a337512d97e37afc142dee4fd50a41b741a87d2 (patch)
tree28c4cf735dd5bd9cc8f1ccd06fff8a173b20d1cb /webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m
parentfe8b4a657979b49e1701bd92f6d5814a99e0b2be (diff)
parentdaef292e03c8d7d32e650495612f336c1830013a (diff)
downloadwebrtc-9a337512d97e37afc142dee4fd50a41b741a87d2.tar.gz
Merge "Merge upstream SHA 04cb763"
Diffstat (limited to 'webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m')
-rw-r--r--webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m b/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m
index 0f4165ebac..9568b94e77 100644
--- a/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m
+++ b/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m
@@ -29,7 +29,7 @@
ARDMainViewController *viewController = [[ARDMainViewController alloc] init];
_window.rootViewController = viewController;
-#ifndef _DEBUG
+#if defined(NDEBUG)
// In debug builds the default level is LS_INFO and in non-debug builds it is
// disabled. Continue to log to console in non-debug builds, but only
// warnings and errors.