fix logging

This commit is contained in:
kimchy 2010-02-24 18:14:39 +02:00
parent 97814e100a
commit eb3f8b2f79
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ public final class InternalServer implements Server {
return this;
}
Logger logger = Loggers.getLogger(Server.class, settings.get("name"));
logger.info("{ElasticSearch/{}}: Stopping ...", Version.full());
logger.info("{{}}: Stopping ...", Version.full());
if (settings.getAsBoolean("http.enabled", true)) {
injector.getInstance(HttpServer.class).stop();