|
@@ -667,7 +667,7 @@ Error_manager System_executor::encapsulate_send_mq_status()
|
|
|
std::string t_msg = t_multi_measure_info_msg.DebugString();
|
|
|
System_communication_mq::get_instance_references().encapsulate_status_msg(t_msg, t_multi_status_msg.id_struct().terminal_id());
|
|
|
|
|
|
- if (t_multi_status_msg.id_struct().terminal_id() == 4)
|
|
|
+ if (t_multi_status_msg.id_struct().terminal_id() == 3)
|
|
|
{
|
|
|
LOG(WARNING) << "-------------------------------------------------------" <<std::endl;
|
|
|
LOG(WARNING) << "t_msg = " << t_msg <<std::endl;
|