fixed gnu warning

This commit is contained in:
Jeff Hill
2004-10-19 21:39:31 +00:00
parent d69a0f70e5
commit 0d85c7d8a8

View File

@@ -109,7 +109,7 @@ void syncGroupWriteNotify::show (
{
::printf ( "pending write sg op\n" );
if ( level > 0u ) {
::printf ( "pending sg op: chan=%s magic=%u sg=%p\n",
::printf ( "pending sg op: magic=%u sg=%p\n",
this->magic, static_cast < void * > ( &this->sg ) );
}
}