1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

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

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) {