typo fixed

This commit is contained in:
2016-08-05 12:01:52 +02:00
parent 8805437c68
commit 5c6e98127e

View File

@ -832,7 +832,7 @@ lockCallback(StreamIoStatus status)
case StreamIoSuccess: case StreamIoSuccess:
break; break;
case StreamIoTimeout: case StreamIoTimeout:
debug("%s: length, within %ld ms, device seems to be busy\n", debug("%s: Cannot lock device within %ld ms, device seems to be busy\n",
name(), lockTimeout); name(), lockTimeout);
flags &= ~BusOwner; flags &= ~BusOwner;
finishProtocol(LockTimeout); finishProtocol(LockTimeout);