mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 07:48:50 -05:00
reworked a log
This commit is contained in:
parent
5ad504240d
commit
d9a96064ab
@ -203,7 +203,7 @@ int remove_commit(pmdb_t *db, pmtrans_t *trans)
|
||||
}
|
||||
|
||||
/* remove the package from the database */
|
||||
_alpm_log(PM_LOG_FLOW1, "removing database entry %s-%s", info->name, info->version);
|
||||
_alpm_log(PM_LOG_FLOW1, "updating database");
|
||||
if(db_remove(db, info) == -1) {
|
||||
_alpm_log(PM_LOG_ERROR, "failed to remove database entry %s/%s-%s", db->treename, info->name, info->version);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user