summaryrefslogtreecommitdiff
path: root/lib/dbwrap/dbwrap_tdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dbwrap/dbwrap_tdb.c')
-rw-r--r--lib/dbwrap/dbwrap_tdb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dbwrap/dbwrap_tdb.c b/lib/dbwrap/dbwrap_tdb.c
index 28e09d31963..f59764535a2 100644
--- a/lib/dbwrap/dbwrap_tdb.c
+++ b/lib/dbwrap/dbwrap_tdb.c
@@ -58,7 +58,7 @@ static void db_tdb_log_key(const char *prefix, TDB_DATA key)
}
keystr = hex_encode_talloc(frame, (unsigned char *)(key.dptr),
len);
- DEBUG(10, ("%s key %s\n", prefix, keystr));
+ DBG_DEBUG("%s key %s\n", prefix, keystr);
TALLOC_FREE(frame);
}
@@ -142,7 +142,7 @@ static struct db_record *db_tdb_fetch_locked_internal(
state.result->storev = db_tdb_storev;
state.result->delete_rec = db_tdb_delete;
- DEBUG(10, ("Allocated locked data %p\n", state.result));
+ DBG_DEBUG("Allocated locked data %p\n", state.result);
return state.result;
}