]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
http: remove wrong debug line
authorJaroslav Kysela <perex@perex.cz>
Fri, 22 Jun 2018 08:12:03 +0000 (10:12 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 22 Jun 2018 08:12:03 +0000 (10:12 +0200)
src/http.c

index 26b57f6cd59f8e6701a056cfc4d9bc84f5b9479a..ba7097209f2ce68eb9b0a2bb16cbabe16cee8511 100644 (file)
@@ -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);