aboutsummaryrefslogtreecommitdiff
path: root/src/IO/http.c
diff options
context:
space:
mode:
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);