aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/server/sws.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/server/sws.c b/tests/server/sws.c
index f9fcd6ca5..9e63e507c 100644
--- a/tests/server/sws.c
+++ b/tests/server/sws.c
@@ -865,7 +865,7 @@ int main(int argc, char *argv[])
msgsock = accept(sock, NULL, NULL);
if (CURL_SOCKET_BAD == msgsock) {
- printf("MAJOR ERROR: accept() failed with error: &d\n", errno);
+ printf("MAJOR ERROR: accept() failed with error: %d\n", errno);
break;
}