diff options
author | corvid <devnull@localhost> | 2016-07-03 16:58:54 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2016-07-03 16:58:54 +0000 |
commit | ff74c1460b32c74f0c9afac32bcd480763735447 (patch) | |
tree | 8fccff6a47e90015a8034168666f7a2506a063a2 /src/IO | |
parent | b6247cde66c1450a6fccde9bfb100ee776af2571 (diff) |
quiet MSG
Diffstat (limited to 'src/IO')
-rw-r--r-- | src/IO/http.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IO/http.c b/src/IO/http.c index 9b4028e8..bc8489c9 100644 --- a/src/IO/http.c +++ b/src/IO/http.c @@ -838,7 +838,7 @@ void a_Http_ccc(int Op, int Branch, int Dir, ChainLink *Info, dFree(Info); break; case OpAbort: - MSG("ABORT 1B\n"); + _MSG("ABORT 1B\n"); Http_socket_free(SKey); a_Chain_bcb(OpAbort, Info, NULL, NULL); dFree(Info); @@ -851,7 +851,7 @@ void a_Http_ccc(int Op, int Branch, int Dir, ChainLink *Info, /* HTTP send-query status branch */ switch (Op) { case OpAbort: - MSG("ABORT 1F\n"); + _MSG("ABORT 1F\n"); if ((sd = a_Klist_get_data(ValidSocks, SKey))) MSG_BW(sd->web, 1, "Can't get %s", URL_STR(sd->url)); Http_socket_free(SKey); |