mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-03 08:04:38 +02:00
add debug print
This commit is contained in:
parent
8fa1dff17d
commit
2f70115be5
@ -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…
x
Reference in New Issue
Block a user