log exception if moving failed

This commit is contained in:
adam-m 2013-02-26 16:18:01 -05:00
parent 631153a326
commit 8e271eb5fe

View File

@ -504,7 +504,7 @@ public class Server {
} catch (IOException | SecurityException ex) { } catch (IOException | SecurityException ex) {
logger.log(Level.WARNING, "Error moving keyword search index folder from: " logger.log(Level.WARNING, "Error moving keyword search index folder from: "
+ legacyIndexPath + " to: " + properIndexPath + legacyIndexPath + " to: " + properIndexPath
+ " will recreate a new index."); + " will recreate a new index.", ex);
} }
} }
} }