[SDL_TIZEN] code clean up
[platform/upstream/SDL.git] / src / video / tizen / SDL_tizenopengles.c
index bc68ef0..224fab8 100755 (executable)
@@ -65,7 +65,7 @@ Tizen_GLES_CreateContext(_THIS, SDL_Window *window)
             return context;
         if(!Tizen_Indicator_GLES_Init(window))
         {
-            SDL_Log("Indicator GLES init error!");
+            SDL_LogError(SDL_LOG_CATEGORY_ASSERT, "Indicator GLES init error!");
         }
     }