]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/testsuite.cpp
Add a note about interfaces that may be useful
[user/henk/code/inspircd.git] / src / testsuite.cpp
index 841c1c41bdab2c5dff3600410428a795ec2511a6..2396f142c4a57ce76359340afa2e434e0134d575 100644 (file)
@@ -108,12 +108,12 @@ bool TestSuite::DoThreadTests()
                cout << "Creation failed, test failure.\n";
                return false;
        }
-       cout << "Creation success!\n";
+       cout << "Creation success, type " << te->GetName() << "\n";
 
-       cout << "Creating new thread of type TestSuiteThread...\n";
+       cout << "Allocate: new TestSuiteThread...\n";
        TestSuiteThread* tst = new TestSuiteThread();
 
-       cout << "Create new thread based on TestSuiteThread...\n";
+       cout << "ThreadEngine::Create on TestSuiteThread...\n";
        te->Create(tst);
 
        cout << "Type any line and press enter to end test.\n";