mirror of
https://github.com/NixOS/nix
synced 2025-07-01 12:37:59 +02:00
Add "warning" verbosity level
This ensures that "nix" shows warnings. Previously these were hidden because they were at "info" level.
This commit is contained in:
parent
8ea842260b
commit
615a9d031d
3 changed files with 4 additions and 2 deletions
|
@ -6,6 +6,7 @@ namespace nix {
|
|||
|
||||
typedef enum {
|
||||
lvlError = 0,
|
||||
lvlWarn,
|
||||
lvlInfo,
|
||||
lvlTalkative,
|
||||
lvlChatty,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue