Author: nextgens
Date: 2007-11-23 13:18:28 +0000 (Fri, 23 Nov 2007)
New Revision: 15937
Modified:
trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java
Log:
BookmarkToadlet: lower the priority of a log message
Modified: trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java
2007-11-23 13:11:35 UTC (rev 15936)
+++ trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java
2007-11-23 13:18:28 UTC (rev 15937)
@@ -23,7 +23,6 @@
import freenet.support.io.FileUtil;
import java.io.File;
import java.io.FileOutputStream;
-import java.io.FileWriter;
import java.io.IOException;
import java.util.Iterator;
@@ -109,7 +108,7 @@
SimpleFieldSet sfs =
SimpleFieldSet.readFrom(backupBookmarksFile, false, true);
readBookmarks(MAIN_CATEGORY, sfs);
} else
- Logger.error(this, "We couldn't find the backup either! -
"+FileUtil.getCanonicalFile(backupBookmarksFile));
+ Logger.normal(this, "We couldn't find the backup either! -
"+FileUtil.getCanonicalFile(backupBookmarksFile));
} catch (IOException e) {
Logger.error(this, "Error reading the backup bookmark file !"
+ e.getMessage(), e);
}