From fd611d05d4fd7151fbd7d66ec78c76c14bd4c945 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sun, 21 Aug 2005 12:27:51 +0000 Subject: [PATCH] Fixed wrong logmessage --- mbcico/binkp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mbcico/binkp.c b/mbcico/binkp.c index f0239f7d..b8795788 100644 --- a/mbcico/binkp.c +++ b/mbcico/binkp.c @@ -1122,8 +1122,6 @@ TrType binkp_receiver(void) bp.rmode = CompGZ; else if (strcmp((char *)"BZ2", bp.ropts) == 0) bp.rmode = CompBZ2; - else - Syslog('!', "Binkp: unknown EXTCMD received \"%s\"", printable(bp.ropts, 0)); } else { /* * Corrupted command, in case this was serious, send the M_GOT back so it's