aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2022-11-10 22:07:54 +0200
committerIgor Pashev <pashev.igor@gmail.com>2022-11-10 22:07:54 +0200
commit0976a60ae9474260e0560ca06e078c1799136c59 (patch)
treeb34548256c5a4ff8110fa5277479326aa0718bb2
parent6f861c154373811647d792683b78bab5857ff992 (diff)
downloadgimp-plugin-img-0976a60ae9474260e0560ca06e078c1799136c59.tar.gz
Fix message
-rw-r--r--plugin-img.c2
1 files changed, 1 insertions, 1 deletions
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));