minor logging adds
This commit is contained in:
parent
d3ad841806
commit
dc056cbc37
8 changed files with 27 additions and 5 deletions
|
|
@ -221,8 +221,7 @@ namespace xo {
|
|||
exprstate::on_leftparen_token(const token_type & tk,
|
||||
parserstatemachine * p_psm)
|
||||
{
|
||||
constexpr bool c_debug_flag = true;
|
||||
scope log(XO_DEBUG(c_debug_flag));
|
||||
scope log(XO_DEBUG(p_psm->debug_flag()));
|
||||
|
||||
constexpr const char * c_self_name = "exprstate::on_leftparen_token";
|
||||
const char * exp = get_expect_str();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue