Searched defs:DEBUG_LOG (Results 1 – 2 of 2) sorted by relevance
50 #define DEBUG_LOG if (debug) printf macro
60 #define DEBUG_LOG(...) do { if (krping_debug) log(LOG_INFO, __VA_ARGS__); } while (0) macro