Skip to content
Snippets Groups Projects
Commit 7506f1cc authored by Roman Khlopkov's avatar Roman Khlopkov 🔜
Browse files

[*] Compiler warning fix

parent 1432a6d9
No related branches found
No related tags found
No related merge requests found
Pipeline #40722 failed with stage
in 14 minutes and 38 seconds
...@@ -356,7 +356,7 @@ static bool s_service_start(dap_stream_ch_t* a_ch , dap_stream_ch_chain_net_srv_ ...@@ -356,7 +356,7 @@ static bool s_service_start(dap_stream_ch_t* a_ch , dap_stream_ch_chain_net_srv_
if ( l_err.code || !l_srv_session){ if ( l_err.code || !l_srv_session){
debug_if( debug_if(
l_check_role, L_ERROR, l_check_role, L_ERROR,
"You can't provide service with ID %llu in net %s. Node role should be not lower than master\n", l_srv ? "You can't provide service with ID %" DAP_UINT64_FORMAT_U " in net %s. Node role should be not lower than master\n", l_srv ?
l_srv->uid.uint64 : 0, l_net->pub.name l_srv->uid.uint64 : 0, l_net->pub.name
); );
if(a_ch) if(a_ch)
......
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