Chromium Code Reviews| Index: third_party/libjingle/overrides/talk/base/logging.h |
| diff --git a/third_party/libjingle/overrides/talk/base/logging.h b/third_party/libjingle/overrides/talk/base/logging.h |
| index 9f313fc1c7f0875417f4806208506a7177ae8622..99461b70844a8860666376bc079f7f8ca19d34a3 100644 |
| --- a/third_party/libjingle/overrides/talk/base/logging.h |
| +++ b/third_party/libjingle/overrides/talk/base/logging.h |
| @@ -187,7 +187,8 @@ void RemoveWebRtcLoggingDelegate(); |
| #define LOG_V(sev) VLOG(sev) |
| #undef LOG |
| -#define LOG(sev) LOG_V(talk_base::sev) |
| +//#define LOG(sev) LOG_V(talk_base::sev) |
|
Jói
2013/04/26 12:55:10
I presume this is temporary?
Henrik Grunell
2013/04/29 17:58:19
Yes.
|
| +#define LOG(sev) DIAGNOSTIC_LOG(talk_base::sev) |
| // The _F version prefixes the message with the current function name. |
| #if defined(__GNUC__) && defined(_DEBUG) |