X11EglImage: fixed error logging
[profile/ivi/layer-management.git] / LayerManagerPlugins / Renderers / Graphic / src / TextureBinders / X11EglImage.cpp
index 7cd6452..85a2018 100644 (file)
@@ -94,7 +94,7 @@ void X11EglImage::createClientBuffer(Surface* surface)
                                         NULL);
         if (!eglImage)
         {
-            LOG_DEBUG("X11EglImage", "could not allocate EGL Image for window");
+            LOG_ERROR("X11EglImage", "could not allocate EGL Image for window");
         }
         else
         {