Improved logging
This commit is contained in:
parent
69d31175d4
commit
272e7cf8dc
@ -63,7 +63,7 @@ public class SshdPlugin extends JavaPlugin {
|
|||||||
try {
|
try {
|
||||||
sshd.start();
|
sshd.start();
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
getLogger().severe("Failed to start SSH server! " + e.getMessage());
|
getLogger().log(Level.SEVERE, "Failed to start SSH server! ", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user