Fixed wrong logmessage
This commit is contained in:
parent
69e9eef473
commit
fd611d05d4
@ -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
|
||||||
|
Reference in New Issue
Block a user