From cc5adc56ac10e84d877e44f511a17f00e49b20a6 Mon Sep 17 00:00:00 2001 From: r5 Date: Mon, 18 Sep 2017 18:12:00 +0100 Subject: [PATCH] (shaders) Change RARCH_WARN message, add missing newline --- gfx/video_shader_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/video_shader_parse.c b/gfx/video_shader_parse.c index 6494dd702d..b0866bfe40 100644 --- a/gfx/video_shader_parse.c +++ b/gfx/video_shader_parse.c @@ -1135,7 +1135,7 @@ enum rarch_shader_type video_shader_parse_type(const char *path, break; } - RARCH_WARN("Current video context is incompatible with file: %s", path); + RARCH_WARN("Rendering context is incompatible with shader type: %s\n", path); return fallback; }