提交 8ba279fa 编写于 作者: J jp9000

libobs-opengl: Change a log message to debug

The anisotropy message isn't particularly useful for users.
上级 12011d43
......@@ -181,7 +181,7 @@ void convert_sampler_info(struct gs_sampler_state *sampler,
else if (sampler->max_anisotropy > max_anisotropy_max)
sampler->max_anisotropy = max_anisotropy_max;
blog(LOG_INFO, "convert_sampler_info: 1 <= max_anisotropy <= "
blog(LOG_DEBUG, "convert_sampler_info: 1 <= max_anisotropy <= "
"%d violated, selected: %d, set: %d",
max_anisotropy_max,
info->max_anisotropy, sampler->max_anisotropy);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册