Minor logging update
This commit is contained in:
parent
61a34195e3
commit
9b39f3f87b
@ -899,11 +899,9 @@ SM_STATE(Opts)
|
|||||||
#endif
|
#endif
|
||||||
} else {
|
} else {
|
||||||
#ifdef HAVE_ZLIB_H
|
#ifdef HAVE_ZLIB_H
|
||||||
Syslog('b', "Binkp: remote doesn't support EXTCMD, turn GZ off");
|
|
||||||
bp.GZflag = No;
|
bp.GZflag = No;
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_BZLIB_H
|
#ifdef HAVE_BZLIB_H
|
||||||
Syslog('b', "Binkp: remote doesn't support EXTCMD, turn BZ2 off");
|
|
||||||
bp.BZ2flag = No;
|
bp.BZ2flag = No;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user