no need to print channelname in show routine

This commit is contained in:
Jeff Hill
2004-10-19 20:52:33 +00:00
parent bdc723f500
commit 86e71a90b0
2 changed files with 3 additions and 5 deletions

View File

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