add log for create udp.

This commit is contained in:
amass 2024-12-16 15:59:29 +08:00
parent 798962e8bb
commit 8f72fbded7

View File

@ -139,6 +139,8 @@ void DeviceListModel::startSearchDevice() {
emit searchProgressChanged();
m_timerId = startTimer(1000);
emit isSearchingChanged();
} else {
LOG(warning) << "cannot creat udp sockets.";
}
}