mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Adjust debugging message from sockets test
This commit is contained in:
parent
f80703e8e6
commit
c7ed14c956
@ -212,14 +212,14 @@ namespace {
|
||||
// wait until all the sending threads have ended
|
||||
stuff.wait();
|
||||
|
||||
srv.clear();
|
||||
|
||||
if (srv.error_occurred)
|
||||
{
|
||||
dlog << LDEBUG << "tag: " << srv.tag;
|
||||
cout << "srv.error_occurred, tag: " << srv.tag << endl;
|
||||
}
|
||||
|
||||
srv.clear();
|
||||
|
||||
dlog << LTRACE << "ending successful test";
|
||||
DLIB_TEST( !srv.error_occurred);
|
||||
DLIB_TEST( srv.got_connections);
|
||||
|
Loading…
Reference in New Issue
Block a user