mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 08:49:03 +00:00
Emit errors/warns/logs in a consistent manner.
This commit is contained in:
@@ -200,7 +200,7 @@ void ctrtool::RomFsProcess::visitDir(const tc::io::Path& v_path, const tc::io::P
|
||||
// build out path
|
||||
out_path = l_path + *itr;
|
||||
|
||||
fmt::print("Saving {}...\n", out_path.to_string());
|
||||
fmt::print(stderr, "[{} LOG] Saving {}...\n", mModuleLabel, out_path.to_string());
|
||||
|
||||
// begin export
|
||||
mFsReader->openFile(v_path + *itr, tc::io::FileMode::Open, tc::io::FileAccess::Read, in_stream);
|
||||
|
||||
Reference in New Issue
Block a user