]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
DVR: vfs - move checking free/used disk space from debug to trace, fixes #3598
authorJaroslav Kysela <perex@perex.cz>
Wed, 9 Mar 2016 16:56:54 +0000 (17:56 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 9 Mar 2016 16:56:54 +0000 (17:56 +0100)
src/dvr/dvr_vfsmgr.c

index b61b98cd0832d783c1ca94e00ae331c22a9ce333..4e9b449d93e6af3d471fc9681ed486b4fb1bc422 100644 (file)
@@ -351,7 +351,7 @@ dvr_disk_space_check()
           goto checking;
       } else {
 checking:
-        tvhlog(LOG_DEBUG, "dvr","checking free and used disk space for config \"%s\" : OK",
+        tvhtrace("dvr", "checking free and used disk space for config \"%s\" : OK",
                cfg != dvr_config_find_by_name(NULL) ? cfg->dvr_config_name : "Default profile");
       }
     }