]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sun, 15 Aug 2010 00:12:43 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sun, 15 Aug 2010 00:12:43 +0000 (18:12 -0600)
src/cache_cf.cc

index 79309ba84ed2e1423ae84691ba3f34d5bdf5d1d9..76267b06e6e522dbb53c13c56152ad015d2c8d0b 100644 (file)
@@ -3302,7 +3302,7 @@ parse_http_port_option(http_port_list * s, char *token)
 #if USE_SSL
     } else if (strcasecmp(token, "sslBump") == 0) {
         debugs(3, DBG_CRITICAL, "WARNING: '" << token << "' is deprecated " <<
-           "in http_port. Use 'ssl-bump' instead.");
+               "in http_port. Use 'ssl-bump' instead.");
         s->sslBump = 1; // accelerated when bumped, otherwise not
     } else if (strcmp(token, "ssl-bump") == 0) {
         s->sslBump = 1; // accelerated when bumped, otherwise not