From 0976a60ae9474260e0560ca06e078c1799136c59 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Thu, 10 Nov 2022 22:07:54 +0200 Subject: Fix message --- plugin-img.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-img.c b/plugin-img.c index 7c47d03..359def6 100644 --- a/plugin-img.c +++ b/plugin-img.c @@ -27,7 +27,7 @@ img_get_parasite(gint32 image, ImageParasite * p) { p->format = ((ImageParasite *) (gp->data))->format; p->ckey = ((ImageParasite *) (gp->data))->ckey; - D(("Setting parasite for %u: format: %s (%1u), " + D(("Getting parasite for %u: format: %s (%1u), " "color key: %s (%1u, %1u, %1u)\n", image, FMT[p->format], p->format, (p->ckey.is) ? "yes" : "no", p->ckey.R, p->ckey.G, p->ckey.B)); -- cgit v1.2.3