Commit e71adffc authored by Robert Schmidt's avatar Robert Schmidt

Correct logging messages in FlexRAN & PROTO_AGENT

parent f01c78e5
......@@ -687,7 +687,7 @@ void flexran_agent_send_update_stats(mid_t mod_id) {
return;
}
error:
LOG_D(FLEXRAN_AGENT, "Could not send sf trigger message\n");
LOG_W(FLEXRAN_AGENT, "Could not send update stats message\n");
}
err_code_t flexran_agent_disable_cont_stats_update(mid_t mod_id) {
......
......@@ -284,8 +284,8 @@ proto_agent_receive(void *args)
if (proto_agent_async_msg_send((void *)ser_msg, (int) size, 1, inst->channel->channel_info)){
err_code = PROTOCOL__FLEXSPLIT_ERR__MSG_ENQUEUING;
goto error;
LOG_D(PROTO_AGENT, "sent message with size %d\n", size);
}
LOG_D(PROTO_AGENT, "sent message with size %d\n", size);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment