mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-04 05:45:03 -06:00
Fix some format and logger typos
This commit is contained in:
parent
1bd246d2d3
commit
375eb21c07
@ -135,7 +135,7 @@ namespace utils
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
result.push_back(fmt::format("rpcs3@0xp", pointer));
|
result.push_back(fmt::format("rpcs3@0x%p", pointer));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1304,7 +1304,7 @@ error_code sys_fs_write(ppu_thread& ppu, u32 fd, vm::cptr<void> buf, u64 nbytes,
|
|||||||
|
|
||||||
if (file->type != lv2_file_type::regular)
|
if (file->type != lv2_file_type::regular)
|
||||||
{
|
{
|
||||||
sys_fs.error("%s type: Writing %u bytes to FD=%d (path=%s)", file->type, nbytes, file->name.data());
|
sys_fs.error("%s type: Writing %u bytes to FD=%d (path=%s)", file->type, nbytes, fd, file->name.data());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (file->mp.read_only)
|
if (file->mp.read_only)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user