verbosity fix from VMiklos

This commit is contained in:
Judd Vinet 2005-12-20 23:37:22 +00:00
parent 326c66f0ca
commit 9a7190dfff
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ int main(int argc, char *argv[])
}
config->op = PM_OP_MAIN;
config->debug |= PM_LOG_WARNING;
config->verbose = 1;
/* parse the command line */
ret = parseargs(argc, argv);