modprobe: set log prio to 0 if user passed -q arg

This commit is contained in:
Lucas De Marchi 2012-03-15 01:11:10 -03:00
parent 23ea575014
commit ae7ebe8770
1 changed files with 1 additions and 1 deletions

View File

@ -923,7 +923,7 @@ static int do_modprobe(int argc, char **orig_argv)
break;
case 'q':
env_modprobe_options_append("-q");
verbose--;
verbose = LOG_EMERG;
break;
case 'v':
env_modprobe_options_append("-v");