Skip to content

Commit

Permalink
*) Bugfix for IllegalMonitorException
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3664 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
theli committed May 6, 2007
1 parent e8610f0 commit 269d5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/yacy.java
Expand Up @@ -491,7 +491,7 @@ private static void startup(String homePath, long startupMemFree, long startupMe
} catch (Exception ee) {
serverLog.logSevere("STARTUP", "FATAL ERROR: " + ee.getMessage(),ee);
} finally {
startupFinishedSync.notifyAll();
startupFinishedSync.V();
}
serverLog.logConfig("SHUTDOWN", "goodbye. (this is the last line)");
//try {
Expand Down

0 comments on commit 269d5ca

Please sign in to comment.