diff options
-rw-r--r-- | plugin-img.c | 2 |
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)); |