Improve output from Show routines.

This commit is contained in:
Andrew Johnson
2012-04-27 13:21:46 -04:00
committed by Michael Davidsaver
parent 19a166a60d
commit 58d1e22e0f
5 changed files with 21 additions and 24 deletions

View File

@@ -160,7 +160,7 @@ void dbChannelIO::show (
dbChannelElements ( this->dbch ),
dbChannelField ( this->dbch ) );
if ( level > 1u ) {
dbChannelFilterShow ( this->dbch, level - 2u );
dbChannelFilterShow ( this->dbch, "\t", level - 2u );
this->serviceIO.show ( level - 2u );
this->serviceIO.showAllIO ( *this, level - 2u );
}