]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Change debug info from main to dvr
authorpablozg <pablozg@gmail.com>
Fri, 25 May 2018 08:54:48 +0000 (10:54 +0200)
committerperexg <perex@perex.cz>
Thu, 7 Jun 2018 16:15:04 +0000 (18:15 +0200)
src/dvr/dvr_cutpoints.c

index 88154bb303cd4b526c5bbac301cf0e6ece436ca9..c13ba29e868df1116c42c785c2f79026b28301d1 100644 (file)
@@ -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);
   }
 }