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 f9fcd6c..9e63e50 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;
     }