]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Polished debugging, whitespace.
authorAlex Rousskov <rousskov@measurement-factory.com>
Wed, 11 May 2011 22:57:17 +0000 (16:57 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Wed, 11 May 2011 22:57:17 +0000 (16:57 -0600)
src/main.cc

index 248fa6b3b1c21c961951fcc160f230cd93db1f22..4294b1963545548c749733dade7f915f4434a6ae 100644 (file)
@@ -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 (;;) {