From 2c356d1e5f148398a8211ff0f2ec811b46a860cd Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 22 Feb 2025 16:49:04 +0000 Subject: [PATCH] snapshots: Be less verbose when destroying a snapshot Signed-off-by: Michael Tremer --- src/pakfire/snapshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pakfire/snapshot.c b/src/pakfire/snapshot.c index 981e151e..c5933063 100644 --- a/src/pakfire/snapshot.c +++ b/src/pakfire/snapshot.c @@ -455,7 +455,7 @@ static int pakfire_snapshot_destroy(struct pakfire_snapshot* self) { } } - INFO(self->ctx, "Destroying snapshot %s\n", self->path); + DEBUG(self->ctx, "Destroying snapshot %s\n", self->path); // Remove all files r = pakfire_rmtree(self->path, 0); -- 2.39.5