1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-30 23:21:22 +03:00

locale: add printf attribute to log_xkb()

This commit is contained in:
Cristian Rodríguez 2015-08-17 18:22:24 -03:00
parent 40ec276fdf
commit 3cb063fdb2

View File

@ -1092,6 +1092,7 @@ static int method_set_vc_keyboard(sd_bus_message *m, void *userdata, sd_bus_erro
}
#ifdef HAVE_XKBCOMMON
_printf_(3, 0)
static void log_xkb(struct xkb_context *ctx, enum xkb_log_level lvl, const char *format, va_list args) {
const char *fmt;