Skip to content

Commit

Permalink
Merge pull request #10 from ISISComputingGroup/log_lock_timeouts
Browse files Browse the repository at this point in the history
Log lock timeouts
  • Loading branch information
JamesKingWork authored Apr 7, 2021
2 parents 0d8a209 + 8f0caa6 commit 81da1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StreamCore.cc
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ lockCallback(StreamIoStatus status)
case StreamIoSuccess:
break;
case StreamIoTimeout:
debug("%s: Cannot lock device within %ld ms, device seems to be busy\n",
error("%s: Cannot lock device within %ld ms, device seems to be busy\n",
name(), lockTimeout);
flags &= ~BusOwner;
finishProtocol(LockTimeout);
Expand Down

0 comments on commit 81da1d6

Please sign in to comment.