Searched refs:BOOL2STR (Results 1 – 1 of 1) sorted by relevance
50 #define BOOL2STR(a) (a ? "yes" : "no") macro1539 zlog(ZLOG_NOTICE, "\tdaemonize = %s", BOOL2STR(fpm_global_config.daemonize)); in fpm_conf_dump()1582 …zlog(ZLOG_NOTICE, "\tcatch_workers_output = %s", BOOL2STR(wp->config->catch_workers_output)); in fpm_conf_dump()
Completed in 15 milliseconds