commit | 8b9ca953a44ce074db848734cc8b3d6138d26e93 | [log] [tgz] |
---|---|---|
author | tkchin <tkchin@webrtc.org> | Thu Mar 31 12:08:03 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Mar 31 19:08:12 2016 +0000 |
tree | 123e921abcdc2835cd2d396b0b5a349234e6c1b1 | |
parent | 4a206a96c121942c085cbbe1b1d73642508a6925 [diff] [blame] |
Minor ObjC header updates. BUG= Review URL: https://codereview.webrtc.org/1845133002 Cr-Commit-Position: refs/heads/master@{#12183}
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m b/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m index b169ca4..c18c818 100644 --- a/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m +++ b/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m
@@ -37,7 +37,7 @@ // 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. - RTCSetMinDebugLogLevel(kRTCLoggingSeverityWarning); + RTCSetMinDebugLogLevel(RTCLoggingSeverityWarning); #endif return YES;