summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorgrunell@chromium.org <grunell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-07 13:10:14 +0000
committergrunell@chromium.org <grunell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-07 13:10:14 +0000
commitfe88ab28bdee87c72770dad4a6c0a81ea52e71c8 (patch)
tree1c672c1fd60a5ab84b3b70eb64004ced9c11fbf0 /third_party
parent6587989573603a2a29172066449e4a3e341b005e (diff)
downloadchromium_src-fe88ab28bdee87c72770dad4a6c0a81ea52e71c8.zip
chromium_src-fe88ab28bdee87c72770dad4a6c0a81ea52e71c8.tar.gz
chromium_src-fe88ab28bdee87c72770dad4a6c0a81ea52e71c8.tar.bz2
Send libjingle log messages also to diagnostic WebRTC logs (if enabled).
Log messages will still be sent to Chromium's log stream as before. BUG=229829 R=ronghuawu@chromium.org Review URL: https://codereview.chromium.org/16570008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204805 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/libjingle/overrides/talk/base/logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libjingle/overrides/talk/base/logging.h b/third_party/libjingle/overrides/talk/base/logging.h
index 137d7a4..47facca 100644
--- a/third_party/libjingle/overrides/talk/base/logging.h
+++ b/third_party/libjingle/overrides/talk/base/logging.h
@@ -184,7 +184,7 @@ void InitDiagnosticLoggingDelegateFunction(
#define LOG_V(sev) VLOG(sev)
#undef LOG
-#define LOG(sev) LOG_V(talk_base::sev)
+#define LOG(sev) DIAGNOSTIC_LOG(talk_base::sev)
// The _F version prefixes the message with the current function name.
#if defined(__GNUC__) && defined(_DEBUG)