From: Jihoon Kim Date: Thu, 14 Dec 2023 06:07:03 +0000 (+0900) Subject: e_input: add log for completing to add device X-Git-Tag: accepted/tizen/8.0/unified/20231226.175926~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F25%2F302825%2F1;p=platform%2Fupstream%2Fenlightenment.git e_input: add log for completing to add device Change-Id: I4f82f9c571c6bb179da24de68d86b1a813bf4dcf Signed-off-by: Jihoon Kim --- diff --git a/src/bin/e_input_inputs.c b/src/bin/e_input_inputs.c index 5b91a95..b385e82 100644 --- a/src/bin/e_input_inputs.c +++ b/src/bin/e_input_inputs.c @@ -319,6 +319,8 @@ _e_input_add_ecore_device(E_Input_Evdev *edev, Ecore_Device_Class clas) _e_input_ecore_device_event(dev, edev->seat ? edev->seat->name : NULL, EINA_TRUE); + INF("device name(%s), path(%s), class(%s)", e_device_name_get(e_dev), edev->path, _e_input_ecore_device_class_to_string(clas)); + return EINA_TRUE; }