From 8e00da87c171b7476765cc9d0f9038e3ebd3635b Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Fri, 29 Jul 2022 22:26:56 +0200 Subject: [PATCH] bin: show source format in verbose/default output --- bin/babl.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/babl.c b/bin/babl.c index d823156..8867654 100644 --- a/bin/babl.c +++ b/bin/babl.c @@ -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++) { -- 2.30.2