diff --git a/src/rttys/RTTYS_device.cpp b/src/rttys/RTTYS_device.cpp index 3ed03bed..0274cafb 100644 --- a/src/rttys/RTTYS_device.cpp +++ b/src/rttys/RTTYS_device.cpp @@ -42,6 +42,7 @@ namespace OpenWifi { { inBuf_ = std::make_unique(RTTY_DEVICE_BUFSIZE); dev_id_ = ++dev_; + std::cout << "Device construction: " << dev_id_ << std::endl; } void RTTYS_Device_ConnectionHandler::CompleteConnection() {