pvAccessLog() add EPICS_PRINTF_STYLE()
and fixup incorrect specifiers
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user