diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 088511bd..38b28e1f 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -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) {