mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-10 21:38:04 -05:00
Improve error logging when renaming fails due to permission issues
This commit is contained in:
parent
ee96df22f5
commit
3fee8bed74
@ -623,7 +623,7 @@ public class CmdlineOperations implements CmdlineInterface {
|
||||
log.info(format("Skipped [%s] because [%s] already exists", source, destination));
|
||||
}
|
||||
} catch (IOException e) {
|
||||
log.warning(format("[%s] Failed to rename [%s]", renameAction, it.getKey()));
|
||||
log.warning(format("[%s] Failed to rename [%s] due to [%s]", renameAction, it.getKey(), e));
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user