[systemd-commits] src/libsystemd-terminal

Thomas H.P. Andersen phomes at kemper.freedesktop.org
Thu Nov 27 14:18:42 PST 2014


 src/libsystemd-terminal/idev-keyboard.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b5a1e50495179a5995d56936f429c0b77dca8ecc
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date:   Thu Nov 27 23:15:54 2014 +0100

    fix build with --enable-terminal
    
    Broke with 086891e5c119abb9854237fc32e736fe2d67234c

diff --git a/src/libsystemd-terminal/idev-keyboard.c b/src/libsystemd-terminal/idev-keyboard.c
index b1af960..ce9cc53 100644
--- a/src/libsystemd-terminal/idev-keyboard.c
+++ b/src/libsystemd-terminal/idev-keyboard.c
@@ -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) {



More information about the systemd-commits mailing list