Skip to content

Commit

Permalink
add new log functions to list of acceptable functions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBitFighter committed Feb 12, 2024
1 parent 41a5a17 commit 478fae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chpsim.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2419,7 +2419,7 @@ void ChpSim::_run_chp (Function *f, act_chp_lang_t *c)
actsim_log_flush ();
}
else {
warning ("Built-in function `%s' is not known; valid values: log, assert",
warning ("Built-in function `%s' is not known; valid values: log, log_st, log_p, log_nl, assert",
string_char (c->u.func.name));
}
break;
Expand Down Expand Up @@ -5253,7 +5253,7 @@ ChpSimGraph *ChpSimGraph::_buildChpSimGraph (ActSimCore *sc,
(*stop) = ret;
}
else {
warning ("Built-in function `%s' is not known; valid values: log, assert",
warning ("Built-in function `%s' is not known; valid values: log, log_st, log_p, log_nl, assert",
string_char (c->u.func.name));
}
break;
Expand Down

0 comments on commit 478fae7

Please sign in to comment.