Add debugging message to see why the socket tests sometimes fail on windows in github actions

pull/2517/head^2
Davis King 3 years ago
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…
Cancel
Save