Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DVR: vfs - move checking free/used disk space from debug to trace, fi…
…xes #3598
  • Loading branch information
perexg committed Mar 9, 2016
1 parent eda03e9 commit 0e5f44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dvr/dvr_vfsmgr.c
Expand Up @@ -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");
}
}
Expand Down

0 comments on commit 0e5f44a

Please sign in to comment.