mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
Merge pull request #260 from diamante0018/main
feat(Linker): add verbose loggin when writing of zones begins
This commit is contained in:
commit
576caed030
@ -405,6 +405,11 @@ class LinkerImpl final : public Linker
|
||||
if (!stream.is_open())
|
||||
return false;
|
||||
|
||||
if (m_args.m_verbose)
|
||||
{
|
||||
std::cout << std::format("Building zone \"{}\"\n", zoneFilePath.string());
|
||||
}
|
||||
|
||||
if (!ZoneWriting::WriteZone(stream, zone))
|
||||
{
|
||||
std::cerr << "Writing zone failed.\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user