summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 754732b)
raw | patch | inline | side by side (parent: 754732b)
author | vwan@ti.com <vwan@ti.com> | |
Wed, 25 Feb 2015 01:02:29 +0000 (17:02 -0800) | ||
committer | Robert Tivy <rtivy@ti.com> | |
Wed, 25 Feb 2015 22:51:10 +0000 (14:51 -0800) |
This commit renames the environment variable IPC_DEBUG_TRACE_LEVEL to
IPC_DEBUG_SLOG_LEVEL in QNX.
Signed-off-by: VW <vwan@ti.com>
IPC_DEBUG_SLOG_LEVEL in QNX.
Signed-off-by: VW <vwan@ti.com>
qnx/src/ipc3x_dev/ti/syslink/utils/hlos/Trace.c | patch | blob | history |
diff --git a/qnx/src/ipc3x_dev/ti/syslink/utils/hlos/Trace.c b/qnx/src/ipc3x_dev/ti/syslink/utils/hlos/Trace.c
index d789b90718d3040a6b6a7e20ee6e92011ab928be..20407ee46d4fb67d18bf4bf3688b7aa5f2ac1fd1 100644 (file)
int GT_getMask(void)
{
if (curTrace == -1) {
int GT_getMask(void)
{
if (curTrace == -1) {
- char *val = getenv("IPC_DEBUG_TRACE_LEVEL");
+ char *val = getenv("IPC_DEBUG_SLOG_LEVEL");
int envTrace = val ? strtol(val, NULL, 0) : 2;
curTrace = 0;
switch (envTrace) {
int envTrace = val ? strtol(val, NULL, 0) : 2;
curTrace = 0;
switch (envTrace) {