mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
- silence debug messages
svn path=/trunk/; revision=28660
This commit is contained in:
parent
be17f95ee8
commit
0dd03527da
2 changed files with 1 additions and 6 deletions
|
@ -91,7 +91,7 @@ namespace System_
|
|||
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;
|
||||
}
|
||||
|
|
|
@ -824,11 +824,6 @@ namespace Sysreg_
|
|||
|
||||
if (!m_DataSource->readSource (vect))
|
||||
{
|
||||
#ifndef __LINUX__
|
||||
cerr << "No data read" << GetLastError() << endl;
|
||||
#else
|
||||
cerr << "No data read" << endl;
|
||||
#endif
|
||||
continue;
|
||||
}
|
||||
if (write_log)
|
||||
|
|
Loading…
Reference in a new issue