fixed gnu warning

This commit is contained in:
Jeff Hill
2001-04-16 23:41:47 +00:00
parent ee60f232c1
commit 84bec6ceba

View File

@@ -133,7 +133,7 @@ void CASG::reset ()
void CASG::show ( unsigned level ) const
{
printf ( "Sync Group: id=%u, magic=%u, opPend=%lu\n",
printf ( "Sync Group: id=%u, magic=%u, opPend=%u\n",
this->getId (), this->magic, this->ioList.count () );
if ( level ) {
epicsAutoMutex locker ( this->mutex );