r2238: the tdb_debug() function was totally bogus - remove it (you can't
authorAndrew Tridgell <tridge@samba.org>
Tue, 7 Sep 2004 13:44:49 +0000 (13:44 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:58:34 +0000 (12:58 -0500)
commitc26c92eb8f538748fcbb2ae5a0a8a02bffbbbf86
tree45ace619f739c9e2780c5de61300139fd2ac8cdb
parentfdfabbd4a597b0d9b44832fdbfc200f857728c2b
r2238: the tdb_debug() function was totally bogus - remove it (you can't
convert a ... varargs function to a va_list by just a cast!!)

also mark the tdb log function with PRINTF_ATTRIBUTE() and fixed some
bad format errors in tdb.c that jim found.
source/lib/tdb/common/tdb.c
source/lib/tdb/common/tdbutil.c
source/lib/tdb/include/tdb.h