]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/FdNotes.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / ipc / FdNotes.cc
index f7ea3cf73f67e7052b3314f32c94a680436bf520..1a752fcdbda6bf6cbcc23e5edbe191ef517686fd 100644 (file)
@@ -5,11 +5,10 @@
  *
  */
 
-#include "config.h"
+#include "squid.h"
 #include "Debug.h"
 #include "ipc/FdNotes.h"
 
-
 const char *
 Ipc::FdNote(int fdNoteId)
 {
@@ -28,6 +27,6 @@ Ipc::FdNote(int fdNoteId)
     if (fdnNone < fdNoteId && fdNoteId < fdnEnd)
         return FdNotes[fdNoteId];
 
-    debugs(54, 1, HERE << "salvaged bug: wrong fd_note ID: " << fdNoteId);
+    debugs(54, DBG_IMPORTANT, HERE << "salvaged bug: wrong fd_note ID: " << fdNoteId);
     return FdNotes[fdnNone];
 }