clarify healthcheck disabled message

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1349046 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2012-06-11 22:05:44 +00:00
parent d76b67b927
commit 8618cd87c6
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ sammy.get
$( '.message', this )
.show()
.html( 'Ping request handler is not configured.' );
.html( 'Ping request handler is not configured with a healthcheck file.' );
},
complete : function( xhr, text_status )
{