Codebase list squeezelite / 4ad4e7c
log cmdline for info as well as debug Adrian Smith 10 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
410410 if (!freopen(logfile, "a", stderr)) {
411411 fprintf(stderr, "error opening logfile %s: %s\n", logfile, strerror(errno));
412412 } else {
413 if (log_output >= lDEBUG || log_stream >= lDEBUG || log_decode >= lDEBUG || log_slimproto >= lDEBUG) {
413 if (log_output >= lINFO || log_stream >= lINFO || log_decode >= lINFO || log_slimproto >= lINFO) {
414414 fprintf(stderr, "\n%s\n", cmdline);
415415 }
416416 }