diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-05-13 09:52:36 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-05-13 09:52:36 -0600 |
commit | bfca5fc395bdaf5823413e1a1679f1b0b6db29dd (patch) | |
tree | 02a54afa6ae9f4492670946a2732513a3607e5b4 /src/nix/upgrade-nix.cc | |
parent | ecbb8e9c0a4374b26defde2cd10932d633affed3 (diff) |
change status messages to info level
Diffstat (limited to 'src/nix/upgrade-nix.cc')
-rw-r--r-- | src/nix/upgrade-nix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/upgrade-nix.cc b/src/nix/upgrade-nix.cc index 9e7ebcd9c..fdf94e5a3 100644 --- a/src/nix/upgrade-nix.cc +++ b/src/nix/upgrade-nix.cc @@ -98,7 +98,7 @@ struct CmdUpgradeNix : MixDryRun, StoreCommand {"--profile", profileDir, "-i", store->printStorePath(storePath), "--no-sandbox"}); } - printError(ANSI_GREEN "upgrade to version %s done" ANSI_NORMAL, version); + printInfo(ANSI_GREEN "upgrade to version %s done" ANSI_NORMAL, version); } /* Return the profile in which Nix is installed. */ |