Skip to content

Commit

Permalink
Print updated specification.
Browse files Browse the repository at this point in the history
  • Loading branch information
LuccaT95 committed Feb 7, 2025
1 parent 5771ac0 commit d84dd79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interpreter.impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,8 @@ void interpreter<input_t, output_t, BAs...>::update(const tau<BAs...>& update) {
return;
}

BOOST_LOG_TRIVIAL(info) << "Updated specification: \n" << new_spec << "\n\n";

// Set new specification for interpreter
ubt_ctn = new_ubd_ctn;
original_spec = new_spec;
Expand Down

0 comments on commit d84dd79

Please sign in to comment.