summaryrefslogtreecommitdiffstats
path: root/sync/util/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/util/logging.h')
-rw-r--r--sync/util/logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/util/logging.h b/sync/util/logging.h
index e6da535..f23d9c1 100644
--- a/sync/util/logging.h
+++ b/sync/util/logging.h
@@ -29,6 +29,6 @@ bool VlogIsOnForLocation(const tracked_objects::Location& from_here,
VLOG_LOC_STREAM(from_here, verbose_level), \
::logging::DEBUG_MODE && \
(VLOG_IS_ON(verbose_level) || \
- ::syncer::VlogIsOnForLocation(from_here, verbose_level))) \
+ ::syncer::VlogIsOnForLocation(from_here, verbose_level))) \
#endif // SYNC_UTIL_LOGGING_H_