Conversion to .toString()

This commit is contained in:
Fuzzlemann 2017-07-25 21:43:32 +02:00
parent 48b412978c
commit 2812b82b6e

View File

@ -205,7 +205,7 @@ public class WebSocketServer {
* Shuts down the server - Async thread is closed with shutdown boolean.
*/
public void stop() {
Log.info(Phrase.WEBSERVER_CLOSE + "");
Log.info(Phrase.WEBSERVER_CLOSE.toString());
shutdown = true;
try {
if (server != null) {