28
27
#include <drizzled/errmsg_print.h>
29
29
#include <drizzled/plugin/error_message.h>
37
36
void sql_perror(const char *message)
41
errmsg_printf(ERRMSG_LVL_ERROR, "%s: %s\n", message, errmsg);
39
errmsg_printf(ERRMSG_LVL_ERROR, "%s: %s", message, strerror(errno));
44
42
bool errmsg_printf (int priority, char const *format, ...)