Lower log level of some sdmc logs (#6266)
This commit is contained in:
parent
78cb48b23c
commit
9b49d94644
2 changed files with 3 additions and 3 deletions
|
@ -74,7 +74,7 @@ void FS_USER::OpenFile(Kernel::HLERequestContext& ctx) {
|
|||
rb.PushMoveObjects(file->Connect());
|
||||
} else {
|
||||
rb.PushMoveObjects<Kernel::Object>(nullptr);
|
||||
LOG_ERROR(Service_FS, "failed to get a handle for file {}", file_path.DebugStr());
|
||||
LOG_DEBUG(Service_FS, "failed to get a handle for file {}", file_path.DebugStr());
|
||||
}
|
||||
|
||||
ctx.SleepClientThread("fs_user::open", open_timeout_ns, nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue