]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 27 May 2013 00:13:12 +0000 (18:13 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 27 May 2013 00:13:12 +0000 (18:13 -0600)
src/cache_cf.cc

index d340169518eb257fe0d77fe4b6d2059c96fb07a5..c773d55194d5785f202ca4de0a52d8bf6ae70e02 100644 (file)
@@ -971,7 +971,7 @@ configDoConfigure(void)
      */
     if (Config.pipeline_max_prefetch > 0 && !Config.onoff.client_pconns) {
         debugs(3, DBG_PARSE_NOTE(DBG_IMPORTANT), "WARNING: pipeline_prefetch " << Config.pipeline_max_prefetch <<
-                   " requires client_persistent_connections ON. Forced pipeline_prefetch 0.");
+               " requires client_persistent_connections ON. Forced pipeline_prefetch 0.");
         Config.pipeline_max_prefetch = 0;
     }