improved log message for alpm_db_update
This commit is contained in:
parent
0ef95757d6
commit
9c17eb88f0
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue