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

This commit is contained in:
Davis King 2022-02-20 18:22:58 -05:00
parent 7e942ba989
commit c0382b41c1

View File

@ -215,6 +215,7 @@ namespace {
if (srv.error_occurred)
{
dlog << LDEBUG << "tag: " << srv.tag;
cout << "srv.error_occurred, tag: " << srv.tag << endl;
}
srv.clear();