Merge #8539: CDB: fix debug output
fab2e26
CDB: fix debug output (crowning-)
This commit is contained in:
commit
41d8e78f94
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ CDB::CDB(const std::string& strFilename, const char* pszMode, bool fFlushOnClose
|
||||||
pdb = NULL;
|
pdb = NULL;
|
||||||
--bitdb.mapFileUseCount[strFile];
|
--bitdb.mapFileUseCount[strFile];
|
||||||
strFile = "";
|
strFile = "";
|
||||||
throw runtime_error(strprintf("CDB: Error %d, can't open database %s", ret, strFile));
|
throw runtime_error(strprintf("CDB: Error %d, can't open database %s", ret, strFilename));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fCreate && !Exists(string("version"))) {
|
if (fCreate && !Exists(string("version"))) {
|
||||||
|
|
Loading…
Reference in a new issue