fixed gnu warning

This commit is contained in:
Jeff Hill
2003-02-12 19:39:28 +00:00
parent 96f1ac2d63
commit f264ba4927

View File

@@ -144,7 +144,7 @@ void casMonitor::show ( unsigned level ) const
{
if ( level > 1u ) {
printf (
"\tmonitor type=%u count=%lu client id=%u OVF=%u nPend=%u\n",
"\tmonitor type=%u count=%u client id=%u OVF=%u nPend=%u\n",
dbrType, nElem, clientId, ovf, nPend );
this->mask.show ( level );
}