added a debug log when freeing the package cache

This commit is contained in:
Aurelien Foret 2005-12-31 16:54:57 +00:00
parent 3992e7eac8
commit 922bab599f
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,9 @@ void db_free_pkgcache(pmdb_t *db)
return;
}
_alpm_log(PM_LOG_DEBUG, "freeing package cache for repository '%s'",
db->treename);
FREELISTPKGS(db->pkgcache);
if(db->grpcache) {