Using %u to display size_type variable - avoid warning.

This commit is contained in:
miha_vitorovic
2011-01-12 16:05:13 +01:00
parent a8e47b38da
commit b63373ba03

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();