pvAccessLog() add EPICS_PRINTF_STYLE()

and fixup incorrect specifiers
This commit is contained in:
Michael Davidsaver
2017-12-28 10:49:54 -06:00
parent f076adc1ae
commit 903d117485
6 changed files with 12 additions and 11 deletions

View File

@@ -1569,7 +1569,7 @@ void BlockingServerTCPTransportCodec::destroyAllChannels() {
{
LOG(
logLevelDebug,
"Transport to %s still has %zd channel(s) active and closing...",
"Transport to %s still has %zu channel(s) active and closing...",
_socketName.c_str(), _channels.size());
}
@@ -1793,7 +1793,7 @@ void BlockingClientTCPTransportCodec::closedNotifyClients() {
{
LOG(
logLevelDebug,
"Transport to %s still has %d client(s) active and closing...",
"Transport to %s still has %zu client(s) active and closing...",
_socketName.c_str(), refs);
}