Add "warning" verbosity level
This ensures that "nix" shows warnings. Previously these were hidden because they were at "info" level. (cherry picked from commit 615a9d031d22a6aee64f8511e15685e47b6f8796)
This commit is contained in:
parent
64ec087f58
commit
5600b070a7
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