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)
commit8fa455d815ff4ad3bda57d1c7b683adfe04efd85
treec71d2effbc7c3f14a98c805e8c42a40a4c1cff29
parent68aad436e61fa0a429ee1aaf51f43e091f195fe5
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.
(This used to be commit c26c92eb8f538748fcbb2ae5a0a8a02bffbbbf86)
source4/lib/tdb/common/tdb.c
source4/lib/tdb/common/tdbutil.c
source4/lib/tdb/include/tdb.h