elput: Remove dead comment and fix error message
authorChris Michael <cpmichael@osg.samsung.com>
Wed, 27 Apr 2016 16:56:11 +0000 (12:56 -0400)
committerChris Michael <cpmichael@osg.samsung.com>
Wed, 27 Apr 2016 16:56:11 +0000 (12:56 -0400)
NB: Minor cosmetic changes such as removing a commented out line of
code and fixing an error message

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
src/lib/elput/elput_evdev.c

index 45ccefb..043e7b6 100644 (file)
@@ -295,7 +295,6 @@ _keyboard_key_send(Elput_Device *dev, enum libinput_key_state state, const char
    strcpy((char *)ev->key, key);
    if (strlen(compose)) strcpy((char *)ev->compose, compose);
 
-   /* ev->string = ev->compose; */
    ev->keycode = code;
    ev->modifiers = dev->seat->modifiers;
    ev->timestamp = timestamp;
@@ -493,7 +492,7 @@ _keyboard_key(struct libinput_device *idevice, struct libinput_event_keyboard *e
         compose = eina_str_convert("ISO8859-1", "UTF-8", buffer);
         if (!compose)
           {
-             ERR("Ecore_Drm2 cannot convert input key string '%s' to UTF-8. "
+             ERR("Elput cannot convert input key string '%s' to UTF-8. "
                  "Is Eina built with iconv support?", buffer);
           }
         else