summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 244f031)
raw | patch | inline | side by side (parent: 244f031)
author | vwan@ti.com <vwan@ti.com> | |
Mon, 11 May 2015 22:13:53 +0000 (15:13 -0700) | ||
committer | Robert Tivy <rtivy@ti.com> | |
Wed, 13 May 2015 00:34:09 +0000 (17:34 -0700) |
Signed-off-by: VW <vwan@ti.com>
qnx/src/api/MessageQ.c | patch | blob | history |
diff --git a/qnx/src/api/MessageQ.c b/qnx/src/api/MessageQ.c
index 2895cc22889d9798d849bdbbbe91c1d469f19eae..e512264b40b963a91ce9dd772f1a88df79be0cb4 100644 (file)
--- a/qnx/src/api/MessageQ.c
+++ b/qnx/src/api/MessageQ.c
/* Our transport's fd was signalled: Get the message: */
tmpStatus = transportGet(obj->ipcFd, msg);
if (tmpStatus < 0) {
- printf ("MessageQ_get: tranposrtshm_get failed.");
+ printf ("MessageQ_get: transportGet failed.\n");
status = MessageQ_E_FAIL;
}
}