diff options
-rw-r--r-- | src/processor/logging.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/processor/logging.h b/src/processor/logging.h index af539a4f..a9f30920 100644 --- a/src/processor/logging.h +++ b/src/processor/logging.h @@ -147,9 +147,11 @@ int ErrnoString(string *error_string); #define BPLOG_INIT(pargc, pargv) #endif // BPLOG_INIT +#ifndef BPLOG_LAZY_STREAM #define BPLOG_LAZY_STREAM(stream, condition) \ !(condition) ? (void) 0 : \ google_breakpad::LogMessageVoidify() & (BPLOG_ ## stream) +#endif #ifndef BPLOG_MINIMUM_SEVERITY #define BPLOG_MINIMUM_SEVERITY SEVERITY_INFO |