From: Jaroslav Kysela Date: Fri, 22 Jun 2018 08:12:03 +0000 (+0200) Subject: http: remove wrong debug line X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65c2ebb604289f766998809f0e019e157a021bf1;p=thirdparty%2Ftvheadend.git http: remove wrong debug line --- diff --git a/src/http.c b/src/http.c index 26b57f6cd..ba7097209 100644 --- a/src/http.c +++ b/src/http.c @@ -658,7 +658,6 @@ http_error(http_connection_t *hc, int error) level = LOG_DEBUG; else if (error == HTTP_STATUS_BAD_REQUEST || error > HTTP_STATUS_UNAUTHORIZED) level = LOG_ERR; - if (hc->hc_cmd == 6 && strstr(hc->hc_url, "&pids")) abort(); tvhlog(level, hc->hc_subsys, "%s: %s %s (%d) %s -- %d", hc->hc_peer_ipstr, http_ver2str(hc->hc_version), http_cmd2str(hc->hc_cmd), hc->hc_cmd, hc->hc_url, error);