]> sjero.net Git - wget/blobdiff - src/recur.c
Use DEBUGP instead of commenting out all the _wonderful_ printfs
[wget] / src / recur.c
index e2f58d1cb6cffc3bbd5027c345ca6a0f6a9f918d..aa83e9a6c15651a03a0961d7b8a7be9f6e33d688 100644 (file)
@@ -116,7 +116,8 @@ url_enqueue (struct url_queue *queue, struct iri *i,
   DEBUGP (("Queue count %d, maxcount %d.\n", queue->count, queue->maxcount));
 
   if (i)
-    printf ("[Enqueuing %s with %s\n", url, i->uri_encoding);
+    DEBUGP (("[IRI Enqueuing %s with %s\n", quote (url),
+               quote (i->uri_encoding)));
 
   if (queue->tail)
     queue->tail->next = qel;