ecore-drm: Print out failed device name during setup

If we fail to setup an input device, let's print an error With the
device name also

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-08-28 12:12:34 -04:00
parent dfb5501d71
commit 80c0a33267
1 changed files with 1 additions and 1 deletions

View File

@ -786,7 +786,7 @@ _ecore_drm_evdev_device_create(Ecore_Drm_Seat *seat, const char *path, int fd)
if (!_device_configure(edev))
{
ERR("Could not configure input device");
ERR("Could not configure input device: %s", name);
_ecore_drm_evdev_device_destroy(edev);
return NULL;
}