From 66d5b4649488f9667064b4da4ab5b68471f4bfd8 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Wed, 16 Aug 2023 16:05:05 +0800 Subject: [PATCH] update --- src/iflytop/components/zcanreceiver/zcanreceiverhost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iflytop/components/zcanreceiver/zcanreceiverhost.cpp b/src/iflytop/components/zcanreceiver/zcanreceiverhost.cpp index 67ba530..987ce45 100644 --- a/src/iflytop/components/zcanreceiver/zcanreceiverhost.cpp +++ b/src/iflytop/components/zcanreceiver/zcanreceiverhost.cpp @@ -53,7 +53,7 @@ shared_ptr ZCanReceiverHost::sendcmdblock(shared_ptrwarn("sendcmdblock(index{},cmd{},subcmd{}) fail,timeout", cmd->packetindex, cmd->cmdid, cmd->subcmdid); + logger->warn("sendcmdblock(index {},cmd {},subcmd {}) fail,timeout", cmd->packetindex, cmd->cmdid, cmd->subcmdid); return nullptr; } return m_txContext.rx;