* log failures when writing config file

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7259 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
f1ori 15 years ago
parent 58e74282af
commit 60fd2e549d

@ -305,6 +305,7 @@ public class serverSwitch {
FileUtils.saveMap(configFile, configProps, configComment);
}
} catch (final IOException e) {
log.logSevere("CONFIG: Cannot write config file " + configFile.toString() + ": " + e.getMessage());
System.out.println("ERROR: cannot write config file " + configFile.toString() + ": " + e.getMessage());
}
}

Loading…
Cancel
Save