changeset 27 | 17e35ffe449b |
parent 0 | 7f656887cf89 |
child 28 | 169dfbeff8ee |
--- a/plugins/consoles/vt100cons/src/vt100/vtc_base.cpp Fri Aug 06 17:00:19 2010 +0100 +++ b/plugins/consoles/vt100cons/src/vt100/vtc_base.cpp Tue Aug 10 12:33:46 2010 +0100 @@ -27,7 +27,6 @@ EXPORT_C CVtcConsoleBase::CVtcConsoleBase() { - //SetDebug(ETrue); // debug } EXPORT_C CVtcConsoleBase::~CVtcConsoleBase() @@ -128,7 +127,9 @@ } else { + // Cover all the bases User::InfoPrint(buf); + RDebug::Print(buf); } } }