log FEATURE new dep sets debug group
diff --git a/src/log.h b/src/log.h
index fd547aa..7a12858 100644
--- a/src/log.h
+++ b/src/log.h
@@ -145,8 +145,9 @@
* @{
*/
-#define LY_LDGDICT 0x01 /**< Dictionary additions and deletions. */
-#define LY_LDGXPATH 0x02 /**< XPath parsing end evaluation. */
+#define LY_LDGDICT 0x01 /**< Dictionary additions and deletions. */
+#define LY_LDGXPATH 0x02 /**< XPath parsing end evaluation. */
+#define LY_LDGDEPSETS 0x04 /**< Dependency module sets for schema compilation. */
/**
* @}