summaryrefslogtreecommitdiff
path: root/src/IO/http.c
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2016-05-11 11:14:19 -0300
committerJorge Arellano Cid <jcid@dillo.org>2016-05-11 11:14:19 -0300
commitd426d90776049d94964bc0f6a45955da8eb9a0cf (patch)
treee7b8f6c80e9866440c6b38169b45e6841b2a504e /src/IO/http.c
parent28aa78ac9465788c745b1abb9b59a2723282c4fa (diff)
Silenced a few old debug messages.
Diffstat (limited to 'src/IO/http.c')
-rw-r--r--src/IO/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO/http.c b/src/IO/http.c
index 15cd173c..9b4028e8 100644
--- a/src/IO/http.c
+++ b/src/IO/http.c
@@ -794,7 +794,7 @@ static void Http_socket_reuse(int SKey)
srv->active_conns--;
Http_socket_free(SKey);
- MSG("Reusing fd %d for %s\n", new_sd->SockFD,URL_STR(new_sd->url));
+ _MSG("Reusing fd %d for %s\n",new_sd->SockFD,URL_STR(new_sd->url));
Http_socket_activate(srv, new_sd);
Http_fd_map_add_entry(new_sd);
a_Http_connect_done(new_sd->SockFD, success);