From d3a84128ac29f3bac0ed821ecf7f5c1ab0d102cb Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 11 Feb 2019 12:33:43 +0100 Subject: [PATCH] Configure::Doc: Add missing newlines in warnings --- ucw/perl/UCW/Configure/Doc.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ucw/perl/UCW/Configure/Doc.pm b/ucw/perl/UCW/Configure/Doc.pm index b1a701b4..fe365925 100644 --- a/ucw/perl/UCW/Configure/Doc.pm +++ b/ucw/perl/UCW/Configure/Doc.pm @@ -20,9 +20,9 @@ if (!IsGiven("CONFIG_DOC") || IsSet("CONFIG_DOC")) { Set("CONFIG_DOC"); } else { if (IsGiven("CONFIG_DOC")) { - Fail("Need asciidoc >= 7"); + Fail("Need asciidoc >= 7\n"); } else { - Warn("Need asciidoc >= 7 to build documentation"); + Warn("Need asciidoc >= 7 to build documentation\n"); UnSet("CONFIG_DOC"); } } -- 2.39.2