mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
*** empty log message ***
This commit is contained in:
parent
bfa0853acb
commit
5a0565cf24
@ -90,9 +90,8 @@ int main(int argc, char *argv[])
|
|||||||
ERR(NL, "could not allocate memory for pacman config data.\n");
|
ERR(NL, "could not allocate memory for pacman config data.\n");
|
||||||
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…
Reference in New Issue
Block a user