[pacman-dev] CVS update of pacman-lib/src/pacman (pacman.c)

Dan McGee dan at archlinux.org
Tue Mar 20 23:29:11 EDT 2007


    Date: Tuesday, March 20, 2007 @ 23:29:11
  Author: dan
    Path: /home/cvs-pacman/pacman-lib/src/pacman

Modified: pacman.c (1.107 -> 1.108)

* pacman.c: Add CacheDir to -v --verbose output.


----------+
 pacman.c |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


Index: pacman-lib/src/pacman/pacman.c
diff -u pacman-lib/src/pacman/pacman.c:1.107 pacman-lib/src/pacman/pacman.c:1.108
--- pacman-lib/src/pacman/pacman.c:1.107	Sun Mar 18 22:45:00 2007
+++ pacman-lib/src/pacman/pacman.c	Tue Mar 20 23:29:11 2007
@@ -510,9 +510,10 @@
 	alpm_option_set_dlcb(log_progress);
 
 	if(config->verbose > 0) {
-		printf("Root  : %s\n", alpm_option_get_root());
-		printf("DBPath: %s\n", alpm_option_get_dbpath());
-		list_display(_("Targets:"), pm_targets);
+		printf("Root     : %s\n", alpm_option_get_root());
+		printf("DBPath   : %s\n", alpm_option_get_dbpath());
+		printf("CacheDir : %s\n", alpm_option_get_cachedir());
+		list_display(_("Targets  :"), pm_targets);
 	}
 
 	/* Opening local database */




More information about the pacman-dev mailing list