aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 bb4bca15..62cbc08b 100644
--- a/src/IO/http.c
+++ b/src/IO/http.c
@@ -239,7 +239,7 @@ static Dstr *Http_make_content_type(const DilloUrl *url)
Dstr *dstr;
if (URL_FLAGS(url) & URL_MultipartEnc) {
- MSG("submitting multipart/form-data!\n");
+ _MSG("submitting multipart/form-data!\n");
dstr = dStr_new("multipart/form-data; boundary=\"");
if (URL_DATA(url)->len > 2) {
/* boundary lines have "--" prepended. Skip that. */