]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/client_side_request.cc
Extend cache_log_message to Bug 5187 and job invalidation BUGs (#1639)
[thirdparty/squid.git] / src / client_side_request.cc
index 7f802d4219e3f95f383b42723dff69aa371d61ae..62a0cba182885fe56bebbb90378a968bba124ee0 100644 (file)
@@ -28,6 +28,7 @@
 #include "clientStream.h"
 #include "comm/Connection.h"
 #include "comm/Write.h"
+#include "debug/Messages.h"
 #include "error/Detail.h"
 #include "errorpage.h"
 #include "fd.h"
@@ -2100,7 +2101,7 @@ ClientHttpRequest::noteMoreBodyDataAvailable(BodyPipe::Pointer)
         // XXX: Setting receivedWholeAdaptedReply here is a workaround for a
         // regression, as described in https://bugs.squid-cache.org/show_bug.cgi?id=5187#c6
         receivedWholeAdaptedReply = true;
-        debugs(85, DBG_IMPORTANT, "WARNING: Squid bug 5187 workaround triggered");
+        debugs(85, Important(72), "WARNING: Squid bug 5187 workaround triggered");
         endRequestSatisfaction();
     }
     // else wait for more body data