瀏覽代碼

libobs-opengl: Change a log message to debug

The anisotropy message isn't particularly useful for users.
jp9000 10 年之前
父節點
當前提交
8ba279fa45
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libobs-opengl/gl-subsystem.c

+ 1 - 1
libobs-opengl/gl-subsystem.c

@@ -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);