added a tdb_open_log() function that opens a tdb and enables logging
authorAndrew Tridgell <tridge@samba.org>
Wed, 30 May 2001 03:42:44 +0000 (03:42 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 30 May 2001 03:42:44 +0000 (03:42 +0000)
commit964d7a66259190548d54af790cb60c63958bff6e
treebc989670b6b5142b450ae02993d368e0318474e8
parentaded7fc8580c0837ad195f652864b9b7481d60ab
added a tdb_open_log() function that opens a tdb and enables logging
of messages from the tdb code into the Samba DEBUG() system
just call tdb_open_log() instead of tdb_open() to enable this on
any tdb
(This used to be commit 3ab770484c6775df2c1a6f69427ebe656702c96c)
source3/tdb/tdb.c
source3/tdb/tdbutil.c