1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-25 18:50:18 +03:00

fix build with --enable-terminal

Broke with 086891e5c119abb9854237fc32e736fe2d67234c
This commit is contained in:
Thomas Hindoe Paaboel Andersen 2014-11-27 23:15:54 +01:00
parent 3da44ef53b
commit b5a1e50495

View File

@ -522,7 +522,7 @@ static void kbdctx_log_fn(struct xkb_context *ctx, enum xkb_log_level lvl, const
sd_lvl = LOG_CRIT;
snprintf(buf, sizeof(buf), "idev-xkb: %s", format);
log_internalv(sd_lvl, __FILE__, __LINE__, __func__, buf, args);
log_internalv(sd_lvl, 0, __FILE__, __LINE__, __func__, buf, args);
}
static kbdctx *kbdctx_ref(kbdctx *kc) {