aboutsummaryrefslogtreecommitdiff
path: root/brillo/location_logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'brillo/location_logging.h')
-rw-r--r--brillo/location_logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/brillo/location_logging.h b/brillo/location_logging.h
index 9fb3716..8e18c05 100644
--- a/brillo/location_logging.h
+++ b/brillo/location_logging.h
@@ -19,6 +19,6 @@
#define DVLOG_LOC(from_here, verbose_level) \
LAZY_STREAM(VLOG_LOC_STREAM(from_here, verbose_level), \
- DCHECK_IS_ON() && VLOG_IS_ON(verbose_level))
+ ::logging::DEBUG_MODE && VLOG_IS_ON(verbose_level))
#endif // LIBBRILLO_BRILLO_LOCATION_LOGGING_H_