about summary refs log tree commit diff
path: root/converter/other/pamtosvg/thin-image.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/pamtosvg/thin-image.c')
-rw-r--r--converter/other/pamtosvg/thin-image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pamtosvg/thin-image.c b/converter/other/pamtosvg/thin-image.c
index 86d1037c..364f67cc 100644
--- a/converter/other/pamtosvg/thin-image.c
+++ b/converter/other/pamtosvg/thin-image.c
@@ -189,7 +189,7 @@ thin_image(bitmap_type *image, bool bgSpec, pixel bg,
 
 	default:
 	{
-	  LOG1 ("thin_image: %u-plane images are not supported", spp);
+	  LOG1 ("thin_image: Don't know how to interpret %u-plane images", spp);
 	  at_exception_fatal(exp, "thin_image: wrong plane images are passed");
 	  goto cleanup;
 	}