From 922bab599fdad5ee120329704a28994c8b50efdc Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Sat, 31 Dec 2005 16:54:57 +0000 Subject: added a debug log when freeing the package cache --- lib/libalpm/cache.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libalpm/cache.c') diff --git a/lib/libalpm/cache.c b/lib/libalpm/cache.c index e030c7d7..b73939c4 100644 --- a/lib/libalpm/cache.c +++ b/lib/libalpm/cache.c @@ -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) { -- cgit v1.2.3-54-g00ecf