From 9aead554bca6c95fe0ef6ec86c408e3300485024 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Thu, 7 Jun 2012 14:51:45 +1000 Subject: pacman: print version information in debug output Signed-off-by: Allan McRae --- src/pacman/pacman.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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) { -- cgit v1.2.3-24-g4f1b