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

reworked a log

This commit is contained in:
Aurelien Foret 2005-04-03 08:10:54 +00:00
parent 5ad504240d
commit d9a96064ab

View File

@ -203,7 +203,7 @@ int remove_commit(pmdb_t *db, pmtrans_t *trans)
} }
/* remove the package from the database */ /* 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) { 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); _alpm_log(PM_LOG_ERROR, "failed to remove database entry %s/%s-%s", db->treename, info->name, info->version);
} }