e_input: fix build error using uninitialized variable 45/302945/1
authorduna.oh <duna.oh@samsung.com>
Fri, 15 Dec 2023 10:07:27 +0000 (19:07 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 18 Dec 2023 02:34:57 +0000 (11:34 +0900)
Change-Id: I11f36258a8eb0749a7614412da3e3623b3d13c35

src/bin/e_input_inputs.c

index 9abd0a428b7df36761395ac1d892a1d18e381faf..f87565b0874c1f2ab97449fd7f725311566ed9d2 100644 (file)
@@ -388,7 +388,7 @@ _e_input_remove_ecore_device(E_Input_Evdev *edev, Ecore_Device_Class clas)
           {
              device_remove_log = eina_stringshare_printf("[Remove Device] device name(%s), identifier(%s), class(%s)",
                                                          e_device_name_get(device),
-                                                         identifier,
+                                                         device_identifier,
                                                          _e_input_ecore_device_class_to_string(clas));
 
              if (edev->e_dev)