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
This commit is contained in:
Tatsuhiro Tsujikawa 2008-09-17 10:22:28 +00:00
parent a1bac34778
commit 5a3a16f0b0
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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);