From 7ca301f6bc882c6bd0379de4e8741c95342121fd Mon Sep 17 00:00:00 2001 From: pablozg Date: Fri, 25 May 2018 10:54:48 +0200 Subject: [PATCH] Change debug info from main to dvr --- src/dvr/dvr_cutpoints.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } } -- 2.47.2