aboutsummaryrefslogtreecommitdiff
path: root/src/IO/http.c
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-04-11 21:45:14 +0200
committerjcid <devnull@localhost>2008-04-11 21:45:14 +0200
commitf979c87530c232bf7d9f4b97d1917ad8ab22b502 (patch)
treeb2cc77ea56250c89eca8df6aadd27c9d7dec942f /src/IO/http.c
parentcac859fe118a523edc80f745ed57d49568fc0b2d (diff)
- Fixed a cookies-related dillo freeze bug happening at:
http://www.fltk.org/newsgroups.php?gfltk.general+v:24912
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 a6acc031..00ccc0e6 100644
--- a/src/IO/http.c
+++ b/src/IO/http.c
@@ -278,7 +278,7 @@ Dstr *a_Http_make_query_str(const DilloUrl *url, bool_t use_proxy)
dStr_free(s_port, TRUE);
dStr_free(full_path, TRUE);
dStr_free(proxy_auth, TRUE);
- DEBUG_MSG(4, "Query:\n%s\n", dStr_printable(query, 8192));
+ _MSG("Query: {%s}\n", dStr_printable(query, 8192));
return query;
}