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:
parent
0ef95757d6
commit
9c17eb88f0
@ -245,7 +245,7 @@ int alpm_db_update(PM_DB *db, char *archive, char *ts)
|
|||||||
db_free_pkgcache(db);
|
db_free_pkgcache(db);
|
||||||
|
|
||||||
/* remove the old dir */
|
/* 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
|
/* ORE
|
||||||
We should db_remove each db entry, and not rmrf the top directory */
|
We should db_remove each db entry, and not rmrf the top directory */
|
||||||
_alpm_rmrf(db->path);
|
_alpm_rmrf(db->path);
|
||||||
|
Loading…
Reference in New Issue
Block a user