X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Frecur.c;h=729a14e91d9cc2e57dbdd54894a954bfcca41d5f;hp=c9f038aee1ae294cc505b83aba51ec400bef249e;hb=2e2ac6ad2fc90eaf46ae5fee0bc4f61dd97b4284;hpb=f394450be685cb5bdf141f69fe74568a93dcd2d3 diff --git a/src/recur.c b/src/recur.c index c9f038ae..729a14e9 100644 --- a/src/recur.c +++ b/src/recur.c @@ -473,7 +473,7 @@ download_child_p (const struct urlpos *upos, struct url *parent, int depth, if (opt.spider) { char *referrer = url_string (parent, URL_AUTH_HIDE_PASSWD); - DEBUGP (("download_child_p: parent->url is: `%s'\n", parent->url)); + DEBUGP (("download_child_p: parent->url is: %s\n", quote (parent->url))); visited_url (url, referrer); xfree (referrer); }