소스 검색

fermi_2d: Lower surface copy log severity to DEBUG

FearlessTobi 6 년 전
부모
커밋
366e900376
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/video_core/engines/fermi_2d.cpp

+ 1 - 1
src/video_core/engines/fermi_2d.cpp

@@ -29,7 +29,7 @@ void Fermi2D::CallMethod(const GPU::MethodCall& method_call) {
 }
 
 void Fermi2D::HandleSurfaceCopy() {
-    LOG_WARNING(HW_GPU, "Requested a surface copy with operation {}",
+    LOG_DEBUG(HW_GPU, "Requested a surface copy with operation {}",
                 static_cast<u32>(regs.operation));
 
     // TODO(Subv): Only raw copies are implemented.