From 067ce95583afc52f4f07a385c300cddc234176ed Mon Sep 17 00:00:00 2001 From: Sam Nelson Date: Thu, 11 Feb 2016 14:19:59 -0500 Subject: [PATCH] GateMP: Correct exception string - Correct typo in Exception string for RemoteCustom2 Signed-off-by: Sam Nelson --- packages/ti/sdo/ipc/GateMP.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ti/sdo/ipc/GateMP.xs b/packages/ti/sdo/ipc/GateMP.xs index 2de72c5..9dfb165 100644 --- a/packages/ti/sdo/ipc/GateMP.xs +++ b/packages/ti/sdo/ipc/GateMP.xs @@ -395,7 +395,7 @@ function viewInitModule(view, mod) mod.numRemoteCustom2); } catch (e) { - throw("Problem fetching remoteCustom1InUse" + e); //TODO + throw("Problem fetching remoteCustom2InUse" + e); //TODO } -- 2.26.2