diff options
author | Tai Vuong <tvuong@audiokinetic.com> | 2017-12-22 14:52:04 -0500 |
---|---|---|
committer | Tai Vuong <tvuong@audiokinetic.com> | 2017-12-22 14:52:04 -0500 |
commit | f0958e2755d7200d71421397ac3b040d23035f09 (patch) | |
tree | 7b82e19e7cce2404fa19e67601bf614eee7b5e50 /ahl-binding/ahl-binding.c | |
parent | 9f78bf8549ebd0e2a182b30e316f9bc19e50bc4f (diff) |
SPEC-1207 Improve error messages for unable to find endpoint
Change-Id: I5d898f9ef3968021503e531f1b0e189cc878234e
Signed-off-by: Tai Vuong <tvuong@audiokinetic.com>
Diffstat (limited to 'ahl-binding/ahl-binding.c')
-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 f2d7b09..841182e 100644 --- a/ahl-binding/ahl-binding.c +++ b/ahl-binding/ahl-binding.c @@ -1206,7 +1206,7 @@ PUBLIC void audiohlapi_raise_event(json_object * pEventDataJ) } else { - AFB_ERROR("Unable to find endpoint"); + AFB_ERROR("Unable to find endpoint id:%d type:%d for role:%s",endpointID,endpointType,pAudioRole); } // Remove event name from object json_object_object_del(pEventDataJ,"event_name"); |