Index: base/logging.h |
diff --git a/base/logging.h b/base/logging.h |
index 647f5804da51cfd3924cff6e2e59d717ce46e83d..31cf20797b7616cf711f7e3b8100063b677b0166 100644 |
--- a/base/logging.h |
+++ b/base/logging.h |
@@ -209,6 +209,10 @@ BASE_EXPORT bool BaseInitLoggingImpl(const PathChar* log_file, |
// The default log file is initialized to "debug.log" in the application |
// directory. You probably don't want this, especially since the program |
// directory may not be writable on an enduser's system. |
+// |
+// This function may be called a second time to re-direct logging (e.g after |
+// loging in to a user partition), however it should never be called more than |
+// twice. |
inline bool InitLogging(const PathChar* log_file, |
LoggingDestination logging_dest, |
LogLockingState lock_log, |