summaryrefslogtreecommitdiff
path: root/lib/ntdb/ntdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ntdb/ntdb.h')
-rw-r--r--lib/ntdb/ntdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ntdb/ntdb.h b/lib/ntdb/ntdb.h
index f64b2f4a1b..f2b80023cd 100644
--- a/lib/ntdb/ntdb.h
+++ b/lib/ntdb/ntdb.h
@@ -727,6 +727,8 @@ struct ntdb_attribute_base {
* @NTDB_LOG_WARNING: used for informational messages on issues which
* are unusual but handled by NTDB internally, such
* as a failure to mmap or failure to open /dev/urandom.
+ * It's also used when ntdb_open() fails without O_CREAT
+ * because a file does not exist.
*/
enum ntdb_log_level {
NTDB_LOG_ERROR,