From d9c165fb86628bb4b91984f24a9e2a8871ff95a9 Mon Sep 17 00:00:00 2001 From: igor725 Date: Sat, 1 Jun 2024 10:13:31 +0300 Subject: [PATCH] Do not spam to stderr --- modules/libSceVideoOut/entry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libSceVideoOut/entry.cpp b/modules/libSceVideoOut/entry.cpp index aa5bf283..460b3cd5 100644 --- a/modules/libSceVideoOut/entry.cpp +++ b/modules/libSceVideoOut/entry.cpp @@ -74,7 +74,7 @@ EXPORT SYSV_ABI int32_t sceVideoOutSetFlipRate(int32_t handle, int32_t rate) { EXPORT SYSV_ABI int32_t sceVideoOutSetWindowModeMargins(int32_t handle, int top, int bottom) { LOG_USE_MODULE(libSceVideoOut); - LOG_ERR(L"TODO %S", __FUNCTION__); + LOG_TRACE(L"TODO %S", __FUNCTION__); return Ok; }