Refine logging conflict/delete log level

This commit is contained in:
Reinhard Pointner 2017-03-25 16:57:08 +08:00
parent cc34001f0f
commit 7ae7e745bd
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ public class CmdlineOperations implements CmdlineInterface {
// do not delete files in test mode
if (renameAction.canRevert()) {
try {
log.info(format("[%s] Delete [%s]", conflictAction, destination));
log.fine(format("[%s] Delete [%s]", conflictAction, destination));
delete(destination);
} catch (Exception e) {
log.warning(format("[%s] Failed to delete [%s]: %s", conflictAction, destination, e));