mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-21 02:00:42 +01:00
imptcp: fix printf format type
This commit is contained in:
parent
51f5693b50
commit
8d12c36e73
@ -920,7 +920,7 @@ DataRcvdCompressed(ptcpsess_t *pThis, char *buf, size_t len)
|
||||
}
|
||||
} while (pThis->zstrm.avail_out == 0);
|
||||
|
||||
dbgprintf("end of DataRcvCompress, sizes: in %lld, out %llu\n", (long long) len, outtotal);
|
||||
dbgprintf("end of DataRcvCompress, sizes: in %lld, out %llu\n", (long long) len, (long long unsigned) outtotal);
|
||||
finalize_it:
|
||||
RETiRet;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user