debug logs

This commit is contained in:
2025-10-18 13:49:55 +08:00
parent 2206bba723
commit e6a2429a4e

View File

@@ -42,6 +42,8 @@
#define GLOG_MODULE_NAME MCE_LOG_MODULE
#include <gutil_log.h>
#define DBG(fmt, ...) \
gutil_log(GLOG_MODULE_CURRENT, GLOG_LEVEL_ALWAYS, "mce-glib:"fmt, ##__VA_ARGS__)
#endif /* MCE_LOG_PRIVATE_H */