"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "02aa4ef12e2ce0848a8bf5e36be667782f158a05"
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 { ...@@ -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);
......
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