summaryrefslogtreecommitdiffstats
path: root/src/framework/log
diff options
context:
space:
mode:
authorYalei Wang <william.wangyalei@huawei.com>2018-03-13 16:36:34 +0800
committerYalei Wang <william.wangyalei@huawei.com>2018-03-13 16:53:35 +0800
commit3a5bf13c0e7b427b805a372dc1ed1bd5d7759082 (patch)
treeffd702b15322b978936cd19e5a4c4e40b78c46ca /src/framework/log
parent415f9ac8797c22c45364c38bb0dcfc1f5c202bf7 (diff)
Clean up the src and update the doc
Change-Id: If9c9cdb3ae5167198f0a2ae085871ff7134b32b0 Signed-off-by: Yalei Wang <william.wangyalei@huawei.com>
Diffstat (limited to 'src/framework/log')
-rw-r--r--src/framework/log/nstack_log.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/framework/log/nstack_log.c b/src/framework/log/nstack_log.c
index 5e8ffd4..50279ba 100644
--- a/src/framework/log/nstack_log.c
+++ b/src/framework/log/nstack_log.c
@@ -675,11 +675,7 @@ nstack_log_init_app ()
}
init_log_ctrl_info ();
g_my_pro_type = LOG_PRO_APP;
-#ifdef FOR_NSTACK_UT
-
-#else
SetGlogCtrlOpt (TRUE);
-#endif
NSPOL_LOGERR ("app_nStack_version=%s", NSTACK_VERSION);
return;
}