]> granicus.if.org Git - curl/commitdiff
Tor Arntsen spotted this mistake
authorDaniel Stenberg <daniel@haxx.se>
Mon, 13 Nov 2006 13:48:55 +0000 (13:48 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 13 Nov 2006 13:48:55 +0000 (13:48 +0000)
tests/server/sws.c

index f9fcd6ca579a07c81d20534bc6e78fa90c1402fa..9e63e507cd6afcbc62f66de1b5fed406e9ceedfc 100644 (file)
@@ -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;
     }