2404
2402
void option_error_reporter(enum loglevel level, const char *format, ...)
2411
2407
/* Don't print warnings for --loose options during bootstrap */
2412
2408
if (level == ERROR_LEVEL || global_system_variables.log_warnings)
2414
plugins.error_message.vprintf(current_session, ERROR_LEVEL, format, args);
2410
plugin::ErrorMessage::vprintf(current_session, ERROR_LEVEL, format, args);