Searched defs:log_notice (Results 1 – 1 of 1) sorted by relevance
164 #define log_notice(_fmt...) log(LOG_CATEGORY, LOGL_NOTICE, ##_fmt) macro177 #define log_notice(_fmt, ...) printf(_fmt, ##__VA_ARGS__) macro
Completed in 4 milliseconds