add debug print
This commit is contained in:
parent
8fa1dff17d
commit
2f70115be5
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ struct Server {
|
|||
}
|
||||
|
||||
void queryStatus() {
|
||||
qDebug() << "Querying status of " << m_address;
|
||||
auto [domain, port] = splitAddress();
|
||||
MCResolver resolver(nullptr, domain, port);
|
||||
QObject::connect(&resolver, &MCResolver::succeed, [&](QString ip, int port) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue