|
@@ -401,11 +401,11 @@ void log_prefix_init(void);
|
|
# define DBG(fmt, args...)
|
|
# define DBG(fmt, args...)
|
|
# else
|
|
# else
|
|
# define DBG(fmt, args...) LOG(L_DBG, fmt , ## args)
|
|
# define DBG(fmt, args...) LOG(L_DBG, fmt , ## args)
|
|
-# endif
|
|
|
|
|
|
+# endif
|
|
|
|
|
|
/* obsolete, do not use */
|
|
/* obsolete, do not use */
|
|
# define DEBUG(fmt, args...) DBG(fmt , ## args)
|
|
# define DEBUG(fmt, args...) DBG(fmt , ## args)
|
|
-
|
|
|
|
|
|
+
|
|
#endif /* __SUNPRO_C */
|
|
#endif /* __SUNPRO_C */
|
|
|
|
|
|
|
|
|
|
@@ -416,6 +416,7 @@ void log_prefix_init(void);
|
|
#define LM_NPRL NPRL
|
|
#define LM_NPRL NPRL
|
|
#define LM_ALERT ALERT
|
|
#define LM_ALERT ALERT
|
|
#define LM_CRIT CRIT
|
|
#define LM_CRIT CRIT
|
|
|
|
+#define LM_BUG BUG
|
|
#define LM_ERR ERR
|
|
#define LM_ERR ERR
|
|
#define LM_WARN WARN
|
|
#define LM_WARN WARN
|
|
#define LM_NOTICE NOTICE
|
|
#define LM_NOTICE NOTICE
|