commit 4ab4400

Michael Forney  ·  2013-11-26 02:38:27 +0000 UTC
parent 922abf8
launch: Remove unnecessary print statement
1 files changed,  +0, -2
+0, -2
1@@ -226,8 +226,6 @@ static void handle_socket_data(int socket)
2                     goto fail;
3             }
4 
5-            fprintf(stderr, "opening %s\n", request->path);
6-
7             fd = open(request->path, request->flags);
8 
9             if (fd == -1)