From: pablozg Date: Fri, 25 May 2018 08:54:48 +0000 (+0200) Subject: Change debug info from main to dvr X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ca301f6bc882c6bd0379de4e8741c95342121fd;p=thirdparty%2Ftvheadend.git Change debug info from main to dvr --- diff --git a/src/dvr/dvr_cutpoints.c b/src/dvr/dvr_cutpoints.c index 88154bb30..c13ba29e8 100644 --- a/src/dvr/dvr_cutpoints.c +++ b/src/dvr/dvr_cutpoints.c @@ -300,8 +300,8 @@ dvr_cutpoint_delete_files (const char *s) continue; /* Delete File */ - tvhinfo(LS_MAIN, "Erasing cutpoint file '%s'", (const char *)path); + tvhinfo(LS_DVR, "Erasing cutpoint file '%s'", (const char *)path); if (unlink(path)) - tvherror(LS_MAIN, "unable to remove cutpoint file '%s'", (const char *)path); + tvherror(LS_DVR, "unable to remove cutpoint file '%s'", (const char *)path); } }