mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
kernel: reduce log spam
This commit is contained in:
parent
d54fc9764f
commit
b2e180e533
3 changed files with 1 additions and 8 deletions
|
|
@ -51,10 +51,6 @@ static orbis::ErrorCode console_write(orbis::File *file, orbis::Uio *uio,
|
|||
|
||||
for (auto vec : std::span(uio->iov, uio->iovcnt)) {
|
||||
uio->offset += vec.len;
|
||||
if (std::string_view((char *)vec.base, vec.len).contains("begin_setControllerFocus")) {
|
||||
ORBIS_LOG_ERROR(__FUNCTION__, thread->tid);
|
||||
thread->where();
|
||||
}
|
||||
|
||||
::write(dev->outputFd, vec.base, vec.len);
|
||||
::write(2, vec.base, vec.len);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue