summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2013-04-26 16:42:23 +0000
committercorvid <corvid@lavabit.com>2013-04-26 16:42:23 +0000
commit4d3637ee88da2c97a2077821f39635fe10069a2f (patch)
treef1eb9474dd6aa64903e4cf3c8822991758c38a81
parenta1203a28631b26fc62bc55c30374a9d298f2827b (diff)
turn off a msg
-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. */