*** empty log message ***

This commit is contained in:
Aurelien Foret 2006-01-01 10:06:28 +00:00
parent bfa0853acb
commit 5a0565cf24
1 changed files with 2 additions and 3 deletions

View File

@ -90,9 +90,8 @@ int main(int argc, char *argv[])
ERR(NL, "could not allocate memory for pacman config data.\n");
return(1);
}
config->op = PM_OP_MAIN;
config->debug |= PM_LOG_WARNING;
config->verbose = 1;
config->op = PM_OP_MAIN;
config->debug |= PM_LOG_WARNING | PM_LOG_ERROR;
/* parse the command line */
ret = parseargs(argc, argv);