From: Michael Tremer Date: Sat, 22 Feb 2025 16:49:04 +0000 (+0000) Subject: snapshots: Be less verbose when destroying a snapshot X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c356d1e5f148398a8211ff0f2ec811b46a860cd;p=pakfire.git snapshots: Be less verbose when destroying a snapshot Signed-off-by: Michael Tremer --- 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);