pacman: print version information in debug output

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2012-06-07 14:51:45 +10:00
parent d2ce93bc54
commit 9aead554bc
1 changed files with 2 additions and 0 deletions

View File

@ -867,6 +867,8 @@ int main(int argc, char *argv[])
}
}
pm_printf(ALPM_LOG_DEBUG, "pacman v%s - libalpm v%s\n", PACKAGE_VERSION, alpm_version());
/* parse the config file */
ret = parseconfig(config->configfile);
if(ret != 0) {