removed printing redirect tag from [LOVE2D] to [LOVE]

This commit is contained in:
Martin Felis
2014-08-18 19:04:40 +02:00
parent ea459a43da
commit aba2f47b31
+1 -1
View File
@@ -147,7 +147,7 @@ static int l_print_sdl_log (lua_State *L) {
out_string += lua_tostring (L, i);
}
SDL_Log ("[LOVE2D] %s", out_string.c_str());
SDL_Log ("[LOVE] %s", out_string.c_str());
return 0;
}