"src/vscode:/vscode.git/clone" did not exist on "72780ff5b154f37194903078ef6caa5d65c653e3"
Commit c7ed14c9 authored by Davis King's avatar Davis King
Browse files

Adjust debugging message from sockets test

parent f80703e8
......@@ -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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment