Skip to content

Commit

Permalink
Change alua transition in process message to a debug
Browse files Browse the repository at this point in the history
The message "Lock acquisition operation is already in process" should be
a dbg message.
  • Loading branch information
Mike Christie committed Sep 5, 2018
1 parent cd92161 commit 8c26e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alua.c
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ int alua_implicit_transition(struct tcmu_device *dev, struct tcmulib_cmd *cmd)
if (rdev->lock_state == TCMUR_DEV_LOCK_LOCKED) {
goto done;
} else if (rdev->lock_state == TCMUR_DEV_LOCK_LOCKING) {
tcmu_dev_info(dev, "Lock acquisition operation is already in process.\n");
tcmu_dev_dbg(dev, "Lock acquisition operation is already in process.\n");
ret = TCMU_STS_BUSY;
goto done;
}
Expand Down

0 comments on commit 8c26e8f

Please sign in to comment.