From 88aa41e8463d8ea5fd4804e730d9dd7c0a858cef Mon Sep 17 00:00:00 2001 From: "evanm@google.com" Date: Tue, 18 Nov 2008 00:59:04 +0000 Subject: 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 --- base/logging.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'base') 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, -- cgit v1.1