Mercurial > pidgin
changeset 9311:c5fdff22b252
[gaim-migrate @ 10119]
Lets not gaim_debug* entire .png's.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Sat, 19 Jun 2004 07:25:34 +0000 |
parents | 085190b9dd64 |
children | 317b5b7af25c |
files | src/util.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/util.c Sat Jun 19 07:11:53 2004 +0000 +++ b/src/util.c Sat Jun 19 07:25:34 2004 +0000 @@ -2777,7 +2777,7 @@ gfud->webdata = g_realloc(gfud->webdata, gfud->len + 1); gfud->webdata[gfud->len] = 0; - gaim_debug_misc("gaim_url_fetch", "Received: '%s'\n", gfud->webdata); + /* gaim_debug_misc("gaim_url_fetch", "Received: '%s'\n", gfud->webdata); */ gaim_input_remove(gfud->inpa); close(sock); @@ -2798,7 +2798,7 @@ g_return_if_fail(url != NULL); g_return_if_fail(cb != NULL); - + gaim_debug_info("gaim_url_fetch", "requested to fetch (%s), full=%d, user_agent=(%s), http11=%d\n", url, full, user_agent?user_agent:"(null)", http11);