Updated the ServerManager.java

This commit is contained in:
Mathias Wagner 2024-02-15 19:30:52 +01:00
parent f467fd5487
commit 02c7a1f456
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -113,7 +113,7 @@ public class ServerManager {
server.setStatus(ServerStatus.ONLINE); server.setStatus(ServerStatus.ONLINE);
server.setProcess(process); server.setProcess(process);
} catch (Exception e) { } catch (Exception e) {
LOG.error("An error occurred while starting the server", e); LOG.error("An error occurred while starting the server", e.getMessage());
} }
LOG.info("Server {} has been started", server.getName()); LOG.info("Server {} has been started", server.getName());