Skip to content
Snippets Groups Projects
Commit c3adbb95 authored by shahab SHARIAT BAGHERI's avatar shahab SHARIAT BAGHERI
Browse files

warnings

parent 4d3689a5
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ int flexran_agent_create_channel(void *channel_info,
/*element should be a real pointer*/
RB_INSERT(flexran_agent_channel_map, &channel_instance.flexran_agent_head, channel);
LOG_I(FLEXRAN_AGENT,"Created a new channel with id 0x%lx\n", channel->channel_id);
LOG_I(FLEXRAN_AGENT,"Created a new channel with id %d \n", channel->channel_id);
return channel_id;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment