aboutsummaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-06-10 15:13:03 +0200
committerjcid <devnull@localhost>2008-06-10 15:13:03 +0200
commitf1af4e751fb03a13a778415febc7063f54b49a69 (patch)
tree02b79d26efe6baff0141381b8ef42f0baf8ef5d7 /src/misc.c
parentd015f9af965f061aa7d41ffc876ab17694acd9a3 (diff)
- Implemented OBJECT as link (similar to FRAME).
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 */