]> arthur.barton.de Git - netdata.git/commitdiff
breaking error message string into two, better readability.
authorJorge Romero <Jorge.Romero@openbondx.com>
Fri, 6 May 2016 19:40:04 +0000 (15:40 -0400)
committerJorge Romero <Jorge.Romero@openbondx.com>
Fri, 6 May 2016 19:40:04 +0000 (15:40 -0400)
charts.d/tomcat.chart.sh

index ee17d1757ec80e36426025f56a07b07afcd40a96..0e5cce8ad51b537b1d8c7da8bab1ef5969af5c46 100755 (executable)
@@ -49,7 +49,8 @@ tomcat_check() {
        tomcat_get
        if [ $? -ne 0 ]
                then
-               echo >&2 "tomcat: couldn't get to status page on URL '${tomcat_url}'. Please make sure tomcat url, username and password are correct."
+               echo >&2 "tomcat: couldn't get to status page on URL '${tomcat_url}'."\
+               "Please make sure tomcat url, username and password are correct."
                return 1
        fi