commit f0477fa

Michael Forney  ·  2013-12-06 08:40:30 +0000 UTC
parent 493a5c1
keyboard: Use ERROR
1 files changed,  +1, -1
+1, -1
1@@ -67,7 +67,7 @@ bool swc_keyboard_initialize(struct swc_keyboard * keyboard)
2 {
3     if (!swc_xkb_initialize(&keyboard->xkb))
4     {
5-        printf("could not initialize XKB\n");
6+        ERROR("Could not initialize XKB\n");
7         goto error0;
8     }
9