mirror of https://github.com/apache/lucene.git
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:
parent
d76b67b927
commit
8618cd87c6
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue