diff options
author | jcid <devnull@localhost> | 2008-06-10 15:13:03 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-06-10 15:13:03 +0200 |
commit | f1af4e751fb03a13a778415febc7063f54b49a69 (patch) | |
tree | 02b79d26efe6baff0141381b8ef42f0baf8ef5d7 /src/misc.c | |
parent | d015f9af965f061aa7d41ffc876ab17694acd9a3 (diff) |
- Implemented OBJECT as link (similar to FRAME).
Diffstat (limited to 'src/misc.c')
-rw-r--r-- | src/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |