ecore-evas-drm: Fix printing of device name error message

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-03-12 10:43:44 +00:00
parent 2f3082df66
commit 7d5600ffb4
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ _ecore_evas_drm_init(const char *device)
/* try to find the device */
if (!(dev = ecore_drm_device_find(device, NULL)))
{
ERR("Could not find drm device with name: %s");
ERR("Could not find drm device with name: %s", device);
/* try getting the default drm device */
if (!(dev = ecore_drm_device_find(NULL, NULL)))