summaryrefslogtreecommitdiffstats
path: root/base/logging.h
diff options
context:
space:
mode:
authorevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-18 00:59:04 +0000
committerevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-18 00:59:04 +0000
commit88aa41e8463d8ea5fd4804e730d9dd7c0a858cef (patch)
tree8a4417885e38f7041bab031746539da631388b47 /base/logging.h
parent6f066c678f003c7cb86a1d75dfe49fd181daba0c (diff)
downloadchromium_src-88aa41e8463d8ea5fd4804e730d9dd7c0a858cef.zip
chromium_src-88aa41e8463d8ea5fd4804e730d9dd7c0a858cef.tar.gz
chromium_src-88aa41e8463d8ea5fd4804e730d9dd7c0a858cef.tar.bz2
Fix an inaccurate comment.
Review URL: http://codereview.chromium.org/11221 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5588 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/logging.h')
-rw-r--r--base/logging.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/logging.h b/base/logging.h
index 5fa5681..85c57b3 100644
--- a/base/logging.h
+++ b/base/logging.h
@@ -88,7 +88,8 @@
namespace logging {
// Where to record logging output? A flat file and/or system debug log via
-// OutputDebugString. Defaults to LOG_ONLY_TO_FILE.
+// OutputDebugString. Defaults on Windows to LOG_ONLY_TO_FILE, and on
+// POSIX to LOG_ONLY_TO_SYSTEM_DEBUG_LOG (aka stderr).
enum LoggingDestination { LOG_NONE,
LOG_ONLY_TO_FILE,
LOG_ONLY_TO_SYSTEM_DEBUG_LOG,