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

@@ -4230,7 +4230,7 @@ private:
}
if (transportCount)
LOG(logLevelDebug, "PVA client context destroyed with %d transport(s) active.", transportCount);
LOG(logLevelDebug, "PVA client context destroyed with %u transport(s) active.", (unsigned)transportCount);
}
void destroyAllChannels() {