From: Øyvind Kolås Date: Sun, 20 Aug 2017 19:09:21 +0000 (+0200) Subject: babl: shorten missing fish message to mostly fit 80col X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~21^2~219 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1c5a2bf5d68d23d3271831364abb7b652edcb511;p=babl.git babl: shorten missing fish message to mostly fit 80col --- diff --git a/babl/babl-fish-path.c b/babl/babl-fish-path.c index 77671ff..60b2fbe 100644 --- a/babl/babl-fish-path.c +++ b/babl/babl-fish-path.c @@ -364,7 +364,7 @@ babl_fish_path (const Babl *source, "programmatically by babl based on format description\n" "\n"); - fprintf (stderr, "*WARNING*: missing babl fast path(s) between formats \"%s\" and \"%s\"\n", + fprintf (stderr, "*WARNING* missing babl fast path(s): \"%s\" to \"%s\"\n", babl_get_name (source), babl_get_name (destination));