This commit is contained in:
jl777
2016-10-28 16:58:53 -03:00
parent 6cbc508c7a
commit b9a4a70e22

View File

@@ -83,6 +83,7 @@ bool CDBEnv::Open(const boost::filesystem::path& pathIn)
TryCreateDirectory(pathLogDir);
boost::filesystem::path pathErrorFile = pathIn / "db.log";
LogPrintf("CDBEnv::Open: LogDir=%s ErrorFile=%s\n", pathLogDir.string(), pathErrorFile.string());
fprintf(stderr,"strPath.(%s)\n",strPath.c_str());
unsigned int nEnvFlags = 0;
if (GetBoolArg("-privdb", true))