This commit is contained in:
Matej Sekoranja
2011-01-13 00:54:11 +01:00

View File

@@ -56,7 +56,7 @@ namespace epics {
errlogSevPrintf(
errlogInfo,
"Transport to %s still has %d channel(s) active and closing...",
"Transport to %s still has %u channel(s) active and closing...",
ipAddrStr, _channels->size());
map<pvAccessID, ServerChannel*>::iterator it = _channels->begin();