fixed gnu warning
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user