summaryrefslogtreecommitdiff
path: root/common-utils/common-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'common-utils/common-utils.h')
-rw-r--r--common-utils/common-utils.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/common-utils/common-utils.h b/common-utils/common-utils.h
index 3bc934f..e9d505e 100644
--- a/common-utils/common-utils.h
+++ b/common-utils/common-utils.h
@@ -40,8 +40,9 @@
#define VERBOSITY_NONE 0 /* nothing */
#define VERBOSITY_ERROR 1 /* errors only */
-#define VERBOSITY_WARNING 2 /* errors and warnings */
-#define VERBOSITY_ALL 3 /* errors, warnings and other info */
+#define VERBOSITY_DEPRECATED 2 /* errors, deprecation messages and warnings */
+#define VERBOSITY_WARNING 3 /* errors and warnings */
+#define VERBOSITY_ALL 4 /* errors, warnings and other info */
#define VERBOSITY_DEFAULT VERBOSITY_ERROR