*** empty log message ***
This commit is contained in:
parent
bfa0853acb
commit
5a0565cf24
1 changed files with 2 additions and 3 deletions
|
@ -91,8 +91,7 @@ int main(int argc, char *argv[])
|
||||||
return(1);
|
return(1);
|
||||||
}
|
}
|
||||||
config->op = PM_OP_MAIN;
|
config->op = PM_OP_MAIN;
|
||||||
config->debug |= PM_LOG_WARNING;
|
config->debug |= PM_LOG_WARNING | PM_LOG_ERROR;
|
||||||
config->verbose = 1;
|
|
||||||
|
|
||||||
/* parse the command line */
|
/* parse the command line */
|
||||||
ret = parseargs(argc, argv);
|
ret = parseargs(argc, argv);
|
||||||
|
|
Loading…
Add table
Reference in a new issue