refs #526, reviewed setup reader (cache)

There are more adjustment when we eventually have all the features as discussed in the meeting available
This commit is contained in:
Klaus Basan
2016-01-02 21:09:16 +01:00
parent e7f8061511
commit 483c48cb82
3 changed files with 12 additions and 3 deletions

View File

@@ -62,7 +62,8 @@ namespace BlackCore
if (!m_dbDebugFlag) { return false; }
// further checks could go here
return isDevelopment();
bool f = isDevelopment();
return f;
}
void CGlobalSetup::setServerDebugFlag(bool debug)