log: Debugging prefix now configurable

This commit is contained in:
Paul Beckingham 2016-05-28 16:42:25 -04:00
parent d975631c9b
commit 3a0242e317
3 changed files with 14 additions and 5 deletions

View file

@ -180,6 +180,9 @@ void initializeDataAndRules (
if (shinyNewDatabase)
rules.set ("temp.shiny", 1);
if (rules.has ("debug.indicator"))
setDebugIndicator (rules.get ("debug.indicator"));
// Initialize the database (no data read), but files are enumerated.
database.initialize (data._data);