mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 06:51:17 +01:00
Suppress extract success message when quiet flag is set
This commit is contained in:
parent
81b6bfaa1e
commit
896bb509ab
@ -355,7 +355,8 @@ int Extract(const std::vector<std::string>& args)
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
fmt::println(std::cerr, "Finished Successfully!");
|
||||
if (!quiet)
|
||||
fmt::println(std::cerr, "Finished Successfully!");
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
} // namespace DolphinTool
|
||||
|
Loading…
x
Reference in New Issue
Block a user