flexnbd: constantize the quiet log level

This commit is contained in:
nick
2013-02-01 15:06:47 +00:00
parent 00d7237f66
commit 7583ffbc4d
2 changed files with 8 additions and 6 deletions

View File

@@ -66,6 +66,8 @@ void mode(char* mode, int argc, char **argv);
# define VERBOSE_LOG_LEVEL 1
#endif
#define QUIET_LOG_LEVEL 4
#define OPT_QUIET "quiet"
#define SOPT_QUIET "q"
#define GETOPT_QUIET GETOPT_FLAG( OPT_QUIET, 'q' )