summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/net_log_logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/net/net_log_logger.h')
-rw-r--r--chrome/browser/net/net_log_logger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/net/net_log_logger.h b/chrome/browser/net/net_log_logger.h
index 98c989e..7f90d94 100644
--- a/chrome/browser/net/net_log_logger.h
+++ b/chrome/browser/net/net_log_logger.h
@@ -9,7 +9,7 @@
#include "chrome/browser/net/chrome_net_log.h"
// NetLogLogger watches the NetLog event stream, and sends all entries to
-// LOG(INFO). This is to debug errors that prevent getting to the
+// VLOG(1). This is to debug errors that prevent getting to the
// about:net-internals page.
class NetLogLogger : public ChromeNetLog::Observer {
public: