mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Add debugging message to see why the socket tests sometimes fail on windows in github actions
This commit is contained in:
parent
7e942ba989
commit
c0382b41c1
@ -215,6 +215,7 @@ namespace {
|
||||
if (srv.error_occurred)
|
||||
{
|
||||
dlog << LDEBUG << "tag: " << srv.tag;
|
||||
cout << "srv.error_occurred, tag: " << srv.tag << endl;
|
||||
}
|
||||
|
||||
srv.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user