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

@@ -369,7 +369,7 @@ void ServerContextImpl::destroyAllTransports()
if (size == 0)
return;
LOG(logLevelDebug, "Server context still has %d transport(s) active and closing...", size);
LOG(logLevelDebug, "Server context still has %zu transport(s) active and closing...", size);
for (size_t i = 0; i < size; i++)
{