Removed debug logmessage
This commit is contained in:
parent
e50361205f
commit
4da30336ea
@ -1964,7 +1964,6 @@ int binkp_poll_frame(void)
|
|||||||
bp.GotFrame = TRUE;
|
bp.GotFrame = TRUE;
|
||||||
#ifdef HAVE_ZLIB_H
|
#ifdef HAVE_ZLIB_H
|
||||||
if ((bp.PLZflag == Active) && (bp.header & BINKP_PLZ_BLOCK)) {
|
if ((bp.PLZflag == Active) && (bp.header & BINKP_PLZ_BLOCK)) {
|
||||||
Syslog('b', "Binkp: got a compressed block %d bytes", bp.blklen);
|
|
||||||
zbuf = calloc(BINKP_ZIPBUFLEN, sizeof(char));
|
zbuf = calloc(BINKP_ZIPBUFLEN, sizeof(char));
|
||||||
zlen = BINKP_PLZ_BLOCK -1;
|
zlen = BINKP_PLZ_BLOCK -1;
|
||||||
rc = uncompress(zbuf, &zlen, bp.rxbuf, bp.rxlen -1);
|
rc = uncompress(zbuf, &zlen, bp.rxbuf, bp.rxlen -1);
|
||||||
|
Reference in New Issue
Block a user