Refine logging conflict/delete log level
This commit is contained in:
parent
cc34001f0f
commit
7ae7e745bd
|
@ -599,7 +599,7 @@ public class CmdlineOperations implements CmdlineInterface {
|
||||||
// do not delete files in test mode
|
// do not delete files in test mode
|
||||||
if (renameAction.canRevert()) {
|
if (renameAction.canRevert()) {
|
||||||
try {
|
try {
|
||||||
log.info(format("[%s] Delete [%s]", conflictAction, destination));
|
log.fine(format("[%s] Delete [%s]", conflictAction, destination));
|
||||||
delete(destination);
|
delete(destination);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.warning(format("[%s] Failed to delete [%s]: %s", conflictAction, destination, e));
|
log.warning(format("[%s] Failed to delete [%s]: %s", conflictAction, destination, e));
|
||||||
|
|
Loading…
Reference in New Issue