From 8f0caa62515e6db17459266e130616d8270a567c Mon Sep 17 00:00:00 2001 From: Freddie Akeroyd Date: Mon, 5 Apr 2021 18:55:37 +0100 Subject: [PATCH] Log lock timeouts --- src/StreamCore.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StreamCore.cc b/src/StreamCore.cc index afafd46..78b52ff 100644 --- a/src/StreamCore.cc +++ b/src/StreamCore.cc @@ -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);