bin: show source format in verbose/default output
authorØyvind Kolås <pippin@gimp.org>
Fri, 29 Jul 2022 20:26:56 +0000 (22:26 +0200)
committerØyvind Kolås <pippin@gimp.org>
Fri, 29 Jul 2022 20:26:56 +0000 (22:26 +0200)
bin/babl.c

index d82315680a51cb5937da2e3bef0f4bfbdfc5f59e..8867654d055fd04e317a3273e62038b953b438f6 100644 (file)
@@ -311,7 +311,9 @@ main (int    argc,
   data_index   = 0;
 
   if (! brief_output)
-    printf ("Conversion as \"%s\":\n", babl_get_name (to_format));
+    printf ("Converting from \"%s\" to \"%s\":\n",
+                    babl_get_name (from_format),
+                    babl_get_name (to_format));
 
   for (c = 0; c < n_components; c++)
     {