ntdb: use NTDB_LOG_WARNING level for failed open() without O_CREAT.
[samba.git] / lib / ntdb / ntdb.h
index f64b2f4a1b6e98a40e1dc84de1042912644c2c86..f2b80023cdeb6787b3613ebd0d698fa69ed160c8 100644 (file)
@@ -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,