]> sjero.net Git - wget/blobdiff - src/recur.c
Removed commented *printf and use quote_n() for quoting several args
[wget] / src / recur.c
index a0bb86818d28bd53fbbd6882ee876a9a7f970e6b..786824583c1553fd66254ac3c4fae055f8799e56 100644 (file)
@@ -115,8 +115,8 @@ url_enqueue (struct url_queue *queue, struct iri *i,
   DEBUGP (("Queue count %d, maxcount %d.\n", queue->count, queue->maxcount));
 
   if (i)
-    DEBUGP (("[IRI Enqueuing %s with %s\n", quote (url),
-             i->uri_encoding ? quote (i->uri_encoding) : "None"));
+    DEBUGP (("[IRI Enqueuing %s with %s\n", quote_n (0, url),
+             i->uri_encoding ? quote_n (1, i->uri_encoding) : "None"));
 
   if (queue->tail)
     queue->tail->next = qel;