diff --git a/dlib/test/sockets.cpp b/dlib/test/sockets.cpp index 920fa9402..aefaf137f 100644 --- a/dlib/test/sockets.cpp +++ b/dlib/test/sockets.cpp @@ -215,6 +215,7 @@ namespace { if (srv.error_occurred) { dlog << LDEBUG << "tag: " << srv.tag; + cout << "srv.error_occurred, tag: " << srv.tag << endl; } srv.clear();