From 3563552bd3ca17996c33a18baf2a33dea8c76dfe Mon Sep 17 00:00:00 2001 From: theli Date: Tue, 30 Aug 2005 22:05:46 +0000 Subject: [PATCH] *) Renaming Logger function names to reflect the proper Java Logging API Loglevels - please use logFine instead of logDebug - please use logSevere instead of logFailure and logError See: http://www.yacy-forum.de/viewtopic.php?p=8726#8726 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@616 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/htdocsdefault/dir.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/htdocsdefault/dir.java b/htroot/htdocsdefault/dir.java index 6c922addc..c678f0737 100644 --- a/htroot/htdocsdefault/dir.java +++ b/htroot/htdocsdefault/dir.java @@ -477,7 +477,7 @@ public class dir { switchboard.removeReferences(urlhash, words); switchboard.urlPool.loadedURL.remove(urlhash); } catch (Exception e) { - serverLog.logFailure("DIR", "INTERNAL ERROR in dir.deletePhrase", e); + serverLog.logSevere("DIR", "INTERNAL ERROR in dir.deletePhrase", e); } } }