Thread.getAllStackTraces() removed, needs java 1.5

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@915 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
borg-0300 20 years ago
parent 141417821e
commit 6d93ecf947

@ -495,7 +495,7 @@ public final class yacy {
startup(homePath, startupMemFree, startupMemTotal); startup(homePath, startupMemFree, startupMemTotal);
} else { } else {
serverLog.logConfig("SHUTDOWN", "RESTART BREAK, more than 5 minutes waited to try a restart, goodbye. (this is the last line)"); serverLog.logConfig("SHUTDOWN", "RESTART BREAK, more than 5 minutes waited to try a restart, goodbye. (this is the last line)");
serverLog.logConfig("SHUTDOWN", "RESTART BREAK, getAllStackTraces()\n" + Thread.getAllStackTraces()); // serverLog.logConfig("SHUTDOWN", "RESTART BREAK, getAllStackTraces()\n" + Thread.getAllStackTraces()); // needs java 1.5
} }
} else { } else {
serverLog.logConfig("SHUTDOWN", "goodbye. (this is the last line)"); serverLog.logConfig("SHUTDOWN", "goodbye. (this is the last line)");

Loading…
Cancel
Save