(shaders) Change RARCH_WARN message, add missing newline

This commit is contained in:
r5 2017-09-18 18:12:00 +01:00
parent 33431b7b36
commit cc5adc56ac

View File

@ -1135,7 +1135,7 @@ enum rarch_shader_type video_shader_parse_type(const char *path,
break; 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; return fallback;
} }