]> git.ipfire.org Git - thirdparty/cups.git/commit
When log messages with 'write' function it could be an inconsistency between the... 167/head
authorDanil Korotenko <danil.korotenko@gmail.com>
Fri, 2 Apr 2021 14:59:24 +0000 (17:59 +0300)
committerDanil Korotenko <danil.korotenko@gmail.com>
Fri, 2 Apr 2021 15:00:38 +0000 (18:00 +0300)
commitf8606591f8ee2f688b0196b577fdfa9d73a69c43
tree5f49cb5a032980ca1f7545e5c7e557366c636877
parent2cc5b03effc7d2da6afce2caa333575980754756
When log messages with 'write' function it could be an inconsistency between the log message string and the string length.

To avoid this situation, added 'backendMessage' function that will count the log message string length automatically.
backend/backend-private.h
backend/ipp.c
backend/snmp.c
backend/testbackend.c
backend/usb-darwin.c