mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
TAR: Improve logging
This commit is contained in:
parent
0416f6361c
commit
3bd27d5695
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ std::unique_ptr<utils::serial> tar_object::get_file(const std::string& path, std
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
tar_log.error("tar_object::get_file() failed to parse header: offset=0x%x, filesize=0x%x", offset, max_size);
|
tar_log.notice("tar_object::get_file() failed to parse header: offset=0x%x, filesize=0x%x, header_first16=0x%016x", offset, max_size, read_from_ptr<be_t<u128>>(reinterpret_cast<const u8*>(&header)));
|
||||||
}
|
}
|
||||||
|
|
||||||
return { size, {} };
|
return { size, {} };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue