Adjust debugging message from sockets test

pull/2519/head
Davis King 3 years ago
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…
Cancel
Save