Fix error message

Ecore_Drm_Device is an opaque structure (currently), so we cannot
print the device name here.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-12-03 10:13:41 +00:00
parent 4965f01088
commit 3058e2f6bc
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ ecore_evas_drm_new_internal(const char *device, unsigned int parent, int x, int
/* try to open the graphics card */
if (!ecore_drm_device_open(dev))
{
ERR("Could not open drm device: %s", dev->devname);
ERR("Could not open drm device");
goto open_err;
}