Author: janderwald Date: Tue Nov 14 20:10:26 2006 New Revision: 24756
URL: http://svn.reactos.org/svn/reactos?rev=24756&view=rev Log: - print debug logs on stdout - sysreg is now ready for deployment
Modified: trunk/reactos/tools/sysreg/reg_test.h trunk/reactos/tools/sysreg/rosboot_test.cpp
Modified: trunk/reactos/tools/sysreg/reg_test.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysreg/reg_test.h?rev... ============================================================================== --- trunk/reactos/tools/sysreg/reg_test.h (original) +++ trunk/reactos/tools/sysreg/reg_test.h Tue Nov 14 20:10:26 2006 @@ -72,6 +72,16 @@
virtual bool execute(ConfigParser & conf_parser) = 0;
+//--------------------------------------------------------------------------------------- +/// +/// checkForHang +/// +/// +/// + + + + protected: string m_Name;
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 Tue Nov 14 20:10:26 2006 @@ -173,7 +173,7 @@ { string line = debug_data[i];
- //cerr << line << endl; + cout << line << endl;
if (line.find (RosBootTest::SYSREG_CHECKPOINT) != string::npos) {