From: Source Maintenance Date: Thu, 25 May 2017 18:12:07 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: M-staged-PR71~160 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=441261a623943cff8dff27a82073e8b63ad4d8fb;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/base/File.cc b/src/base/File.cc index 32bf62871a..0ccbe38706 100644 --- a/src/base/File.cc +++ b/src/base/File.cc @@ -327,7 +327,7 @@ File::lock(const FileOpeningConfig &cfg) if (!attemptsLeft) throw; debugs(54, 4, "sleeping and then trying up to " << attemptsLeft << - " more time(s) after a failure: " << ex.what()); + " more time(s) after a failure: " << ex.what()); } Must(attemptsLeft); // the catch statement handles the last attempt xusleep(cfg.RetryGapUsec);