linuxdvb: move scanfile lines from debug to trace
This commit is contained in:
parent
6c25add4e3
commit
e71b343bca
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ scanfile_load_one ( scanfile_network_t *net, const char *line )
|
|||
break;
|
||||
}
|
||||
|
||||
tvhdebug("scanfile", "[%s] %s", line, r ? "FAIL" : "OK");
|
||||
tvhtrace("scanfile", "[%s] %s", line, r ? "FAIL" : "OK");
|
||||
if (r) {
|
||||
free(mux);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue