added a debug log when freeing the package cache
This commit is contained in:
parent
3992e7eac8
commit
922bab599f
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,9 @@ void db_free_pkgcache(pmdb_t *db)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_alpm_log(PM_LOG_DEBUG, "freeing package cache for repository '%s'",
|
||||||
|
db->treename);
|
||||||
|
|
||||||
FREELISTPKGS(db->pkgcache);
|
FREELISTPKGS(db->pkgcache);
|
||||||
|
|
||||||
if(db->grpcache) {
|
if(db->grpcache) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue