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