Merging upstream version 2.11.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6f6d3e85f8
commit
0f2367f2fa
533 changed files with 9033 additions and 4835 deletions
|
@ -5,6 +5,12 @@
|
|||
|
||||
#include <stdbool.h>
|
||||
|
||||
#define print_info(...) \
|
||||
do { \
|
||||
if (log_level >= LOG_INFO) \
|
||||
printf(__VA_ARGS__); \
|
||||
} while (false)
|
||||
|
||||
extern int log_level;
|
||||
|
||||
int map_log_level(int verbose, bool quiet);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue