mirror of
				https://github.com/Laupetin/OpenAssetTools.git
				synced 2025-10-30 18:17:15 +00:00 
			
		
		
		
	feat(Linker): add verbose loggin when writing of zones begins
This commit is contained in:
		| @@ -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"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user