Author: janderwald Date: Thu Aug 30 02:14:47 2007 New Revision: 28660
URL: http://svn.reactos.org/svn/reactos?rev=28660&view=rev Log: - silence debug messages
Modified: trunk/reactos/tools/sysreg/pipe_reader.cpp trunk/reactos/tools/sysreg/rosboot_test.cpp
Modified: trunk/reactos/tools/sysreg/pipe_reader.cpp URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysreg/pipe_reader.cp... ============================================================================== --- trunk/reactos/tools/sysreg/pipe_reader.cpp (original) +++ trunk/reactos/tools/sysreg/pipe_reader.cpp Thu Aug 30 02:14:47 2007 @@ -91,7 +91,7 @@ TCHAR * res = _fgetts(buf, 100, m_File); if (!res) { - cerr << "Error: PipeReader::readPipe failed" << endl; + //cerr << "Error: PipeReader::readPipe failed" << endl; free(buf); return false; }
Modified: trunk/reactos/tools/sysreg/rosboot_test.cpp URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysreg/rosboot_test.c... ============================================================================== --- trunk/reactos/tools/sysreg/rosboot_test.cpp (original) +++ trunk/reactos/tools/sysreg/rosboot_test.cpp Thu Aug 30 02:14:47 2007 @@ -824,11 +824,6 @@
if (!m_DataSource->readSource (vect)) { -#ifndef __LINUX__ - cerr << "No data read" << GetLastError() << endl; -#else - cerr << "No data read" << endl; -#endif continue; } if (write_log)