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

@@ -119,9 +119,8 @@ void syncGroupReadNotify::show (
{
::printf ( "pending sg read op: pVal=%p\n", this->pValue );
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 ) );
::printf ( "pending sg op: magic=%u sg=%p\n",
this->magic, static_cast < void * > ( & this->sg ) );
}
}