diff --git a/src/iflytop/components/uart_printer/uart_printer.cpp b/src/iflytop/components/uart_printer/uart_printer.cpp index c74ef53..f088b77 100644 --- a/src/iflytop/components/uart_printer/uart_printer.cpp +++ b/src/iflytop/components/uart_printer/uart_printer.cpp @@ -5,6 +5,7 @@ using namespace core; UartPrinter::UartPrinter() {} UartPrinter::~UartPrinter() {} void UartPrinter::initialize(string path, string rate) { + logger->info("initialize uart printer {} {}", path, rate); m_path = path; m_rate = rate; m_uart = make_shared();