From: Martin Mares Date: Mon, 11 Feb 2019 11:33:43 +0000 (+0100) Subject: Configure::Doc: Add missing newlines in warnings X-Git-Tag: v6.5.10~4 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=d3a84128ac29f3bac0ed821ecf7f5c1ab0d102cb;p=libucw.git Configure::Doc: Add missing newlines in warnings --- 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"); } }