Changed libburn print threshold of cdrskin -v to severity NOTE
This commit is contained in:
parent
eeef039aab
commit
c8debb85a3
@ -2979,6 +2979,8 @@ see_cdrskin_eng_html:;
|
||||
set_severities:;
|
||||
if(o->verbosity>=Cdrskin_verbose_debuG)
|
||||
Cdrpreskin_set_severities(o,"NEVER","DEBUG",0);
|
||||
else if(o->verbosity >= Cdrskin_verbose_progresS)
|
||||
Cdrpreskin_set_severities(o, "NEVER", "NOTE", 0);
|
||||
|
||||
} else if(strcmp(argv[i],"-vv")==0 || strcmp(argv[i],"-vvv")==0 ||
|
||||
strcmp(argv[i],"-vvvv")==0) {
|
||||
|
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2011.12.18.161107"
|
||||
#define Cdrskin_timestamP "2011.12.22.112138"
|
||||
|
Loading…
Reference in New Issue
Block a user