- rc.debug.hooks and rc.debug.parser are now valid settings.  They are
  not yet obeyed.
This commit is contained in:
Paul Beckingham
2014-10-04 19:20:38 -04:00
parent a71d4f1596
commit fa22cff5be
3 changed files with 16 additions and 3 deletions

View File

@@ -768,10 +768,10 @@ void Context::propagateDebug ()
config.set ("debug.tls", 2);
if (! config.has ("debug.hooks"))
config.set ("debug.hooks", 2);
config.set ("debug.hooks", 1);
if (! config.has ("debug.parser"))
config.set ("debug.parser", 2);
config.set ("debug.parser", 1);
}
}