Commit 39df5fd4 authored by Lucas Russo's avatar Lucas Russo

src/libs/liberrhand/*: enable DBG_MSG debug for TRACE levels only

parent 49dd6b08
......@@ -41,7 +41,8 @@ void errhand_log_print_zmq_msg (struct _zmsg_t *msg);
#define ERRHAND_DBG_MSG DBG_MSG
#endif
#if (ERRHAND_SUBSYS_ON & ERRHAND_DBG_MSG)
/* Only enable MSG if we are in trace level */
#if ((ERRHAND_SUBSYS_ON & ERRHAND_DBG_MSG) && (ERRHAND_MIN_LEVEL <= DBG_LVL_TRACE))
#define LOCAL_MSG_DBG
/* For compatibility */
#define ERRHAND_LOCAL_MSG_DBG
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment