mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
log exception if moving failed
This commit is contained in:
parent
631153a326
commit
8e271eb5fe
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user