diff options
-rw-r--r-- | src/lib/ecore_drm/ecore_drm_output.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/ecore_drm/ecore_drm_output.c b/src/lib/ecore_drm/ecore_drm_output.c index d5bb43cc89..526e0113cd 100644 --- a/src/lib/ecore_drm/ecore_drm_output.c +++ b/src/lib/ecore_drm/ecore_drm_output.c | |||
@@ -1503,8 +1503,7 @@ ecore_drm_output_mode_set(Ecore_Drm_Output *output, Ecore_Drm_Output_Mode *mode, | |||
1503 | if (drmModeSetCrtc(dev->drm.fd, output->crtc_id, | 1503 | if (drmModeSetCrtc(dev->drm.fd, output->crtc_id, |
1504 | 0, 0, 0, 0, 0, NULL) < 0) | 1504 | 0, 0, 0, 0, 0, NULL) < 0) |
1505 | { | 1505 | { |
1506 | ERR("Failed to set Mode %dx%d for Output %s: %m", | 1506 | ERR("Failed to turn off Output %s: %m", output->name); |
1507 | mode->width, mode->height, output->name); | ||
1508 | ret = EINA_FALSE; | 1507 | ret = EINA_FALSE; |
1509 | } | 1508 | } |
1510 | } | 1509 | } |