]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/commitdiff
GateMP: Correct exception string
authorSam Nelson <sam.nelson@ti.com>
Thu, 11 Feb 2016 19:19:59 +0000 (14:19 -0500)
committerAngela Stegmaier <angelabaker@ti.com>
Fri, 12 Feb 2016 19:11:14 +0000 (13:11 -0600)
- Correct typo in Exception string for RemoteCustom2

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
packages/ti/sdo/ipc/GateMP.xs

index 2de72c5eecebda198a7005a3349954034c7ecf9d..9dfb165dde4354c52a05ed28816aaf496da10237 100644 (file)
@@ -395,7 +395,7 @@ function viewInitModule(view, mod)
                 mod.numRemoteCustom2);
         }
         catch (e) {
-            throw("Problem fetching remoteCustom1InUse" + e); //TODO
+            throw("Problem fetching remoteCustom2InUse" + e); //TODO
         }