ecore-evas-drm: Fix printing of device name error message
authorChris Michael <cp.michael@samsung.com>
Wed, 12 Mar 2014 10:43:44 +0000 (10:43 +0000)
committerChris Michael <cp.michael@samsung.com>
Wed, 12 Mar 2014 10:43:44 +0000 (10:43 +0000)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/ecore_evas/engines/drm/ecore_evas_drm.c

index 531cdc1..96175ee 100644 (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)))