From: Automatic source maintenance Date: Sun, 15 Aug 2010 00:12:43 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: take1~382 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9945bf3f2eb02872a0fea693845613d5e9008517;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index 79309ba84e..76267b06e6 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -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