From 7506f1ccb3fb86d93c74d08a03673ad372a257f8 Mon Sep 17 00:00:00 2001 From: "roman.khlopkov" <roman.khlopkov@demlabs.net> Date: Tue, 18 Jun 2024 17:09:19 +0300 Subject: [PATCH] [*] Compiler warning fix --- modules/channel/chain-net-srv/dap_stream_ch_chain_net_srv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/channel/chain-net-srv/dap_stream_ch_chain_net_srv.c b/modules/channel/chain-net-srv/dap_stream_ch_chain_net_srv.c index 50e722e2c2..9534896569 100644 --- a/modules/channel/chain-net-srv/dap_stream_ch_chain_net_srv.c +++ b/modules/channel/chain-net-srv/dap_stream_ch_chain_net_srv.c @@ -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){ debug_if( 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 ); if(a_ch) -- GitLab