mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 16:15:43 +00:00
feat(Linker): add verbose loggin when writing of zones begins
This commit is contained in:
parent
f9a653b7f4
commit
d44b91485d
@ -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