From fe88ab28bdee87c72770dad4a6c0a81ea52e71c8 Mon Sep 17 00:00:00 2001 From: "grunell@chromium.org" Date: Fri, 7 Jun 2013 13:10:14 +0000 Subject: 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 --- third_party/libjingle/overrides/talk/base/logging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.1