From: Source Maintenance Date: Fri, 19 Jun 2015 12:12:10 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: merge-candidate-3-v1~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7766dad3ee58d2c0a17e335d3f8e826906a1d548;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index 399ce2690f..5c816bb5c3 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -2707,7 +2707,7 @@ parse_refreshpattern(RefreshPattern ** head) } else if (!strcmp(token, "ignore-no-cache") || !strcmp(token, "ignore-must-revalidate") || !strcmp(token, "ignore-auth") - ) { + ) { debugs(22, DBG_PARSE_NOTE(2), "UPGRADE: refresh_pattern option '" << token << "' is obsolete. Remove it."); } else debugs(22, DBG_CRITICAL, "refreshAddToList: Unknown option '" << pattern << "': " << token);