debug message
This commit is contained in:
parent
a34999a06c
commit
a1ba081ccc
@ -1,5 +1,5 @@
|
|||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char rcsid[] = "@(#$Id: rcldb.cpp,v 1.32 2005-11-05 14:40:50 dockes Exp $ (C) 2004 J.F.Dockes";
|
static char rcsid[] = "@(#$Id: rcldb.cpp,v 1.33 2005-11-05 15:29:12 dockes Exp $ (C) 2004 J.F.Dockes";
|
||||||
#endif
|
#endif
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
@ -65,7 +65,7 @@ Rcl::Db::~Db()
|
|||||||
return;
|
return;
|
||||||
string ermsg;
|
string ermsg;
|
||||||
try {
|
try {
|
||||||
LOGDEB(("Rcl::Db::~Db: deleting native database\n"));
|
LOGDEB(("Rcl::Db::~Db: closing native database\n"));
|
||||||
if (ndb->iswritable == true)
|
if (ndb->iswritable == true)
|
||||||
ndb->wdb.flush();
|
ndb->wdb.flush();
|
||||||
delete ndb;
|
delete ndb;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user