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
c7ed14c9
Commit
c7ed14c9
authored
Feb 20, 2022
by
Davis King
Browse files
Adjust debugging message from sockets test
parent
f80703e8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/test/sockets.cpp
dlib/test/sockets.cpp
+2
-2
No files found.
dlib/test/sockets.cpp
View file @
c7ed14c9
...
@@ -212,14 +212,14 @@ namespace {
...
@@ -212,14 +212,14 @@ namespace {
// wait until all the sending threads have ended
// wait until all the sending threads have ended
stuff
.
wait
();
stuff
.
wait
();
srv
.
clear
();
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
;
cout
<<
"srv.error_occurred, tag: "
<<
srv
.
tag
<<
endl
;
}
}
srv
.
clear
();
dlog
<<
LTRACE
<<
"ending successful test"
;
dlog
<<
LTRACE
<<
"ending successful test"
;
DLIB_TEST
(
!
srv
.
error_occurred
);
DLIB_TEST
(
!
srv
.
error_occurred
);
DLIB_TEST
(
srv
.
got_connections
);
DLIB_TEST
(
srv
.
got_connections
);
...
...
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