]> granicus.if.org Git - curl/commitdiff
pipelining: only output "is not blacklisted" in debug builds
authorDaniel Stenberg <daniel@haxx.se>
Fri, 24 Oct 2014 09:12:34 +0000 (11:12 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 24 Oct 2014 09:12:34 +0000 (11:12 +0200)
lib/pipeline.c

index 270df4192a8dd279a6c8dc5d0c6e8d2e4ca4e52c..346f32b55e2995ec4be338b63ab97a578a5f3a94 100644 (file)
@@ -272,7 +272,7 @@ bool Curl_pipeline_server_blacklisted(struct SessionHandle *handle,
       }
     }
 
-    infof(handle, "Server %s is not blacklisted\n", server_name);
+    DEBUGF(infof(handle, "Server %s is not blacklisted\n", server_name));
   }
   return FALSE;
 }