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;