From 8f72fbded7aebc3e5c97099c29cbbfd473c576f4 Mon Sep 17 00:00:00 2001 From: amass <168062547@qq.com> Date: Mon, 16 Dec 2024 15:59:29 +0800 Subject: [PATCH] add log for create udp. --- DeviceListModel.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DeviceListModel.cpp b/DeviceListModel.cpp index 4f854ab..fd852f9 100644 --- a/DeviceListModel.cpp +++ b/DeviceListModel.cpp @@ -139,6 +139,8 @@ void DeviceListModel::startSearchDevice() { emit searchProgressChanged(); m_timerId = startTimer(1000); emit isSearchingChanged(); + } else { + LOG(warning) << "cannot creat udp sockets."; } }