diff options
author | Aurelien Foret <aurelien@archlinux.org> | 2005-03-28 07:50:30 +0000 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2005-03-28 07:50:30 +0000 |
commit | 9c17eb88f09bfbead0c7b9c63dd47aa6fcfdfda6 (patch) | |
tree | 467bbbc687373184c20b753b0825df60220b1e70 /lib | |
parent | 0ef95757d6fed29b99d1ea08b78732b2a7fe0e2c (diff) | |
download | pacman-9c17eb88f09bfbead0c7b9c63dd47aa6fcfdfda6.tar.xz |
improved log message for alpm_db_update
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libalpm/alpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/alpm.c b/lib/libalpm/alpm.c index 3a6989c7..a0544ec3 100644 --- a/lib/libalpm/alpm.c +++ b/lib/libalpm/alpm.c @@ -245,7 +245,7 @@ int alpm_db_update(PM_DB *db, char *archive, char *ts) db_free_pkgcache(db); /* remove the old dir */ - _alpm_log(PM_LOG_FLOW2, "removing %s/%s (if it exists)\n", db->path); + _alpm_log(PM_LOG_FLOW2, "removing database %s/%s\n", handle->dbpath, db->treename); /* ORE We should db_remove each db entry, and not rmrf the top directory */ _alpm_rmrf(db->path); |