Adjust debugging message from sockets test

This commit is contained in:
Davis King 2022-02-20 19:05:54 -05:00
parent f80703e8e6
commit c7ed14c956

View File

@ -212,14 +212,14 @@ namespace {
// wait until all the sending threads have ended // wait until all the sending threads have ended
stuff.wait(); stuff.wait();
srv.clear();
if (srv.error_occurred) if (srv.error_occurred)
{ {
dlog << LDEBUG << "tag: " << srv.tag; dlog << LDEBUG << "tag: " << srv.tag;
cout << "srv.error_occurred, tag: " << srv.tag << endl; cout << "srv.error_occurred, tag: " << srv.tag << endl;
} }
srv.clear();
dlog << LTRACE << "ending successful test"; dlog << LTRACE << "ending successful test";
DLIB_TEST( !srv.error_occurred); DLIB_TEST( !srv.error_occurred);
DLIB_TEST( srv.got_connections); DLIB_TEST( srv.got_connections);