From f1af4e751fb03a13a778415febc7063f54b49a69 Mon Sep 17 00:00:00 2001 From: jcid Date: Tue, 10 Jun 2008 15:13:03 +0200 Subject: - Implemented OBJECT as link (similar to FRAME). --- src/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc.c') 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 */ -- cgit v1.2.3