Revert "Revert "bump the extra --version info from info to notice, -vv -> -v""

This reverts commit 9f16a20f3d.

Since c55e93ca2, the original reason for reverting d003dcd7f
no longer applies.

Change-Id: If88f8555a6060d0530dcfecdf55afaa40afd1ad9
This commit is contained in:
Qyriad 2024-06-01 18:27:09 -06:00
parent 24852355d8
commit 18a06aad52

View file

@ -281,7 +281,7 @@ void parseCmdLine(const std::string & programName, const Strings & args,
void printVersion(const std::string & programName)
{
std::cout << fmt("%1% (Lix, like Nix) %2%", programName, nixVersion) << std::endl;
if (verbosity > lvlInfo) {
if (verbosity > lvlNotice) {
Strings cfg;
#if HAVE_BOEHMGC
cfg.push_back("gc");