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