Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychou committed Feb 17, 2017
1 parent fed7ce1 commit 84e81d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infortrend/raidcmd_cli/common_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2516,7 +2516,7 @@ def _inner():
check_done = True
except Exception:
check_done = False
LOG.exception(_LE('Cannot detect replica status.'))
LOG.exception(_LE('Cannot detect tier migrate status.'))

if check_done:
raise loopingcall.LoopingCallDone()
Expand Down

0 comments on commit 84e81d7

Please sign in to comment.