Skip to content
Snippets Groups Projects

[support #1990439] Error logs when exiting Titansim

Merged József Gyürüsi requested to merge debug_log_for_dte into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -4965,7 +4965,7 @@ private function f_EPTF_DataSource_sendMsg(in EPTF_DataSource_Msg pl_msg, in EPT
@@ -4965,7 +4965,7 @@ private function f_EPTF_DataSource_sendMsg(in EPTF_DataSource_Msg pl_msg, in EPT
private function f_EPTF_DataSource_sendMsgErrorHandler(in EPTF_DataSource_Msg pl_msg, in EPTF_DataSourceClient_CT pl_to, in charstring pl_dte_str) runs on EPTF_DataSource_CT {
private function f_EPTF_DataSource_sendMsgErrorHandler(in EPTF_DataSource_Msg pl_msg, in EPTF_DataSourceClient_CT pl_to, in charstring pl_dte_str) runs on EPTF_DataSource_CT {
var charstring vl_errorMsg := log2str(%definitionId&": Cannot send the following message to component ",pl_to,": ",pl_msg,": ",pl_dte_str);
var charstring vl_errorMsg := log2str(%definitionId&": Cannot send the following message to component ",pl_to,": ",pl_msg,": ",pl_dte_str);
f_EPTF_DataSource_warning(vl_errorMsg);
f_EPTF_DataSource_debug(vl_errorMsg);
if (ischosen(pl_msg.getCondition)) {
if (ischosen(pl_msg.getCondition)) {
// this is not reached, getCondition is handled separately
// this is not reached, getCondition is handled separately
Loading