From 41d60d79fe3a6cda13fff9faa6043f401cf0a4e7 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Thu, 9 Dec 2021 06:43:41 -0700 Subject: [PATCH] another msg --- DV3003.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DV3003.cpp b/DV3003.cpp index a762a4a..e833d43 100644 --- a/DV3003.cpp +++ b/DV3003.cpp @@ -132,7 +132,7 @@ bool CDV3003::OpenDevice(const std::string &ttyname, int baudrate) devicepath.assign(ttyname); #ifdef DEBUG - std::cout << "Opened " << devicepath << std::endl; + std::cout << "Opened " << devicepath << " using fd " << fd << std::endl; #endif return false;