"docs/source/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "cd817a1a006e452cb7e6d741c4f42342639f21a7"
Commit c0382b41 authored by Davis King's avatar Davis King
Browse files

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

parent 7e942ba9
...@@ -215,6 +215,7 @@ namespace { ...@@ -215,6 +215,7 @@ namespace {
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;
} }
srv.clear(); srv.clear();
......
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