mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 03:05:28 +01:00
Added stacktrace for errors.
This commit is contained in:
parent
d3cf795ebb
commit
723e7da8d3
@ -20,6 +20,7 @@ public class LogDebugger implements Debugger {
|
|||||||
@Override
|
@Override
|
||||||
public void error(String message, Throwable thrown) {
|
public void error(String message, Throwable thrown) {
|
||||||
log.log(Level.SEVERE, prepend + message);
|
log.log(Level.SEVERE, prepend + message);
|
||||||
|
thrown.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user