From 9f78bf8549ebd0e2a182b30e316f9bc19e50bc4f Mon Sep 17 00:00:00 2001 From: Tai Vuong Date: Wed, 20 Dec 2017 11:21:23 -0500 Subject: SPEC-1207 alh-4a error message add streamID information to unsubscribe error. Change-Id: Ib23b4d1c1d234678f3f0d1ad7628c4448985e8db Signed-off-by: Tai Vuong --- ahl-binding/ahl-binding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- cgit