From: Alex Rousskov Date: Wed, 11 May 2011 22:57:17 +0000 (-0600) Subject: Polished debugging, whitespace. X-Git-Tag: take07~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2515f860c4a5083fbe554caaac8fccabe02fa0f;p=thirdparty%2Fsquid.git Polished debugging, whitespace. --- diff --git a/src/main.cc b/src/main.cc index 248fa6b3b1..4294b19635 100644 --- a/src/main.cc +++ b/src/main.cc @@ -780,7 +780,6 @@ mainReconfigureFinish(void *) // parse the config returns a count of errors encountered. const int oldWorkers = Config.workers; - if ( parseConfigFile(ConfigFile) != 0) { // for now any errors are a fatal condition... self_destruct(); @@ -1722,7 +1721,7 @@ watch_child(char *argv[]) } TheKids.init(); -syslog(LOG_NOTICE, "XXX: will start %d kids", (int)TheKids.count()); + syslog(LOG_NOTICE, "Squid Parent: will start %d kids", (int)TheKids.count()); // keep [re]starting kids until it is time to quit for (;;) {