[xmp] Adjust verbosity levels

Display instrument and sample info also if -vv is specified in the
command line.

Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
master
Claudio Matsuoka 14 years ago
parent 8ebefe6ab8
commit d2cf2f88c5
  1. 2
      src/main.c

@ -295,7 +295,7 @@ int main(int argc, char **argv)
if (options.verbose > 0) {
info_mod(&mi);
}
if (options.verbose == 2) {
if (options.verbose > 1) {
info_instruments(&mi);
}

Loading…
Cancel
Save