Browse Source

2008-09-17 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

	Added deliminating text to the beginning of the log so that one 
can find
	where the log starts easily.
	* src/main.cc
Tatsuhiro Tsujikawa 17 years ago
parent
commit
5a3a16f0b0
2 changed files with 9 additions and 0 deletions
  1. 6 0
      ChangeLog
  2. 3 0
      src/main.cc

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+2008-09-17  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
+
+	Added deliminating text to the beginning of the log so that one can find
+	where the log starts easily.
+	* src/main.cc
+
 2008-09-16  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
 
 	Moved isProxyGETRequest function outside #ifdef ENABLE_ASYNC_DNS clause

+ 3 - 0
src/main.cc

@@ -362,6 +362,9 @@ int main(int argc, char* argv[])
   int32_t exitStatus = EXIT_SUCCESS;
   try {
     Logger* logger = LogFactory::getInstance();
+    logger->info("<<--- --- --- ---");
+    logger->info("  --- --- --- ---");
+    logger->info("  --- --- --- --->>");
     logger->info("%s %s %s", PACKAGE, PACKAGE_VERSION, TARGET);
     logger->info(MSG_LOGGING_STARTED);