Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
c0382b41
Commit
c0382b41
authored
Feb 20, 2022
by
Davis King
Browse files
Add debugging message to see why the socket tests sometimes fail on windows in github actions
parent
7e942ba9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
dlib/test/sockets.cpp
dlib/test/sockets.cpp
+1
-0
No files found.
dlib/test/sockets.cpp
View file @
c0382b41
...
...
@@ -215,6 +215,7 @@ namespace {
if
(
srv
.
error_occurred
)
{
dlog
<<
LDEBUG
<<
"tag: "
<<
srv
.
tag
;
cout
<<
"srv.error_occurred, tag: "
<<
srv
.
tag
<<
endl
;
}
srv
.
clear
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment