summaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc.c')
-rw-r--r--src/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc.c b/src/misc.c
index 1334d62c..75c61f48 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -285,7 +285,7 @@ int a_Misc_content_type_check(const char *EntryType, const char *DetectedType)
int i;
int st = -1;
- MSG("Type check: [Srv: %s Det: %s]\n", EntryType, DetectedType);
+ _MSG("Type check: [Srv: %s Det: %s]\n", EntryType, DetectedType);
if (!EntryType)
return 0; /* there's no mismatch without server type */