- print debug logs on stdout

- sysreg is now ready for deployment

svn path=/trunk/; revision=24756
This commit is contained in:
Johannes Anderwald 2006-11-14 17:10:26 +00:00
parent a6ae267b13
commit 66920d049e
2 changed files with 11 additions and 1 deletions

View file

@ -72,6 +72,16 @@ namespace Sysreg_
virtual bool execute(ConfigParser & conf_parser) = 0;
//---------------------------------------------------------------------------------------
///
/// checkForHang
///
///
///
protected:
string m_Name;

View file

@ -173,7 +173,7 @@ namespace Sysreg_
{
string line = debug_data[i];
//cerr << line << endl;
cout << line << endl;
if (line.find (RosBootTest::SYSREG_CHECKPOINT) != string::npos)
{