Remove sloppy printf (my own stupid fault)
This commit is contained in:
parent
450fc4addb
commit
83d278b0dd
1 changed files with 0 additions and 1 deletions
|
@ -1605,7 +1605,6 @@ static void bdb_errcall(const DB_ENV* dbenv, const char* errpfx, const char* msg
|
|||
|
||||
static void bdb_msgcall(const DB_ENV* dbenv, const char* msg)
|
||||
{
|
||||
printf("msgcall: %s\n", msg);
|
||||
READ_LOCK(G_LOG_RWLOCK);
|
||||
if (G_LOG_PORT)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue