Commit 2b042574 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

pipelining: only output "is not blacklisted" in debug builds

parent e9bbe425
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}