mod_mruby
mod_mruby copied to clipboard
LOG_EMERG duplicate definition
LOG_EMERG is defined twice in ap_mrb_core.c.
https://github.com/matsumoto-r/mod_mruby/blob/master/src/ap_mrb_core.c#L253 https://github.com/matsumoto-r/mod_mruby/blob/master/src/ap_mrb_core.c#L257
I just found it with code inspection, not sure if it might be a real problem.
Ah... Thank you for your notice. It's a mistaken. Could you send PRs included these kind of mistaken if you found others?