diff options
Diffstat (limited to 'Year_3')
-rw-r--r-- | Year_3/TSDWL/webserver/server.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Year_3/TSDWL/webserver/server.c b/Year_3/TSDWL/webserver/server.c index dce54f9..ff9a5bf 100644 --- a/Year_3/TSDWL/webserver/server.c +++ b/Year_3/TSDWL/webserver/server.c @@ -213,7 +213,6 @@ read_file(char* root, request_t* request, int client) strncpy(path + root_len, file, file_len); if ((fd = open(path, O_RDONLY)) == -1) { - fprintf(stderr, "The file is: %s\n\n", path); perror("Error opening the file on server"); response = HTTP_404_NOT_FOUND; switch (request->http_version) { |