mirror of
https://github.com/NixOS/nix
synced 2025-06-26 15:51:15 +02:00
parent
7a3e7d0e61
commit
ceeedb58d2
2 changed files with 29 additions and 22 deletions
|
@ -79,6 +79,7 @@ extern Verbosity verbosity; /* suppress msgs > this */
|
|||
#define printError(args...) printMsg(lvlError, args)
|
||||
#define printInfo(args...) printMsg(lvlInfo, args)
|
||||
#define debug(args...) printMsg(lvlDebug, args)
|
||||
#define vomit(args...) printMsg(lvlVomit, args)
|
||||
|
||||
void warnOnce(bool & haveWarned, const FormatOrString & fs);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue