winpr-thread: better error message upon a failure of TestThreadExitThread

This commit is contained in:
Emmanuel Ledoux 2015-05-22 19:17:30 +02:00 committed by eledoux
parent 6f5de27081
commit f94ab0033b
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ int TestThreadExitThread(int argc, char* argv[])
* the end of the thread. Therefore WaitForSingleObject
* never get the signal.
*/
fprintf(stderr, "Didn't quit the main thread correctly\n");
fprintf(stderr, "1 second should have been enough to for the thread to be in a signaled state\n");
return -1;
}