diff options
-rw-r--r-- | ahl-binding/ahl-binding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ahl-binding/ahl-binding.c b/ahl-binding/ahl-binding.c index 446d6e3..f2d7b09 100644 --- a/ahl-binding/ahl-binding.c +++ b/ahl-binding/ahl-binding.c @@ -152,7 +152,7 @@ static int CloseStream(AHLClientCtxT * in_pClientCtx, streamID_t streamID,struct if (iValid) { err = afb_req_unsubscribe(*pReq,pStreamInfo->streamStateEvent); if (err) { - AFB_ERROR("Could not unsubscribe to stream specific state change event"); + AFB_ERROR("Could not unsubscribe state change event for streamID:%i with AudioRole: %s", streamID, pStreamInfo->pRoleName); return AHL_FAIL; } } |