Fixed wrong logmessage

This commit is contained in:
Michiel Broek 2005-08-21 12:27:51 +00:00
parent 69e9eef473
commit fd611d05d4

View File

@ -1122,8 +1122,6 @@ TrType binkp_receiver(void)
bp.rmode = CompGZ; bp.rmode = CompGZ;
else if (strcmp((char *)"BZ2", bp.ropts) == 0) else if (strcmp((char *)"BZ2", bp.ropts) == 0)
bp.rmode = CompBZ2; bp.rmode = CompBZ2;
else
Syslog('!', "Binkp: unknown EXTCMD received \"%s\"", printable(bp.ropts, 0));
} else { } else {
/* /*
* Corrupted command, in case this was serious, send the M_GOT back so it's * Corrupted command, in case this was serious, send the M_GOT back so it's