1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-22 07:48:50 -05:00

improved log message for alpm_db_update

This commit is contained in:
Aurelien Foret 2005-03-28 07:50:30 +00:00
parent 0ef95757d6
commit 9c17eb88f0

View File

@ -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);