From: Jorge Romero Date: Fri, 6 May 2016 19:40:04 +0000 (-0400) Subject: breaking error message string into two, better readability. X-Git-Tag: v1.2.0~16^2~1 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34b3deb3322834c4e3519f46e1fe2302636d4530;p=netdata.git breaking error message string into two, better readability. --- diff --git a/charts.d/tomcat.chart.sh b/charts.d/tomcat.chart.sh index ee17d175..0e5cce8a 100755 --- a/charts.d/tomcat.chart.sh +++ b/charts.d/tomcat.chart.sh @@ -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