aboutsummaryrefslogtreecommitdiffstats
path: root/src/framework/include/nstack_log.h
diff options
context:
space:
mode:
authorB Sharath Kumar Reddy <b00385223@china.huawei.com>2018-05-10 11:35:47 +0530
committerYalei Wang <william.wangyalei@huawei.com>2018-05-14 17:21:48 +0800
commit425c6c2d1ab01b8c8de11e2cba021def2c05574f (patch)
treeb6802423cb6f79740caeadc1d1cbc8dc4eda3d24 /src/framework/include/nstack_log.h
parenta053de6bf115a29bb6f643b2d53d317e93a7da3e (diff)
Coding style error check and remove some unused macros
Change-Id: I93af88ae86debd47b594fcca6792b90024a229c6 Signed-off-by: sharath reddy <sharathkumarboyanapally@gmail.com> Signed-off-by: Yalei Wang <william.wangyalei@huawei.com>
Diffstat (limited to 'src/framework/include/nstack_log.h')
-rw-r--r--src/framework/include/nstack_log.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/framework/include/nstack_log.h b/src/framework/include/nstack_log.h
index 1f0749a..d0c2649 100644
--- a/src/framework/include/nstack_log.h
+++ b/src/framework/include/nstack_log.h
@@ -274,7 +274,6 @@ extern __thread unsigned int nstack_log_nonreentry;
/* hanging up version check log need restrain */
extern int ctrl_log_switch;
-
#define NS_LOGPID(_module,_prestr,_level,fmt, ...) \
{\
if (log_shooting(_module, _level) && (0 == nstack_log_nonreentry) && (0 == ctrl_log_switch))\
@@ -300,7 +299,6 @@ extern int ctrl_log_switch;
}\
}
-
#define NS_LOG_CTRL_STACKX(_id, dbug,_module,_prestr,_level,fmt, ...) \
{\
if ((dbug) & NS_LOG_STACKX_ON)\