diff options
Diffstat (limited to 'auto_tests/lan_discovery_test.c')
-rw-r--r-- | auto_tests/lan_discovery_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/lan_discovery_test.c b/auto_tests/lan_discovery_test.c index 237b51bb..3192fc28 100644 --- a/auto_tests/lan_discovery_test.c +++ b/auto_tests/lan_discovery_test.c | |||
@@ -10,7 +10,7 @@ int main(void) | |||
10 | Tox *tox1 = tox_new_log_lan(nullptr, nullptr, nullptr, /* lan_discovery */true); | 10 | Tox *tox1 = tox_new_log_lan(nullptr, nullptr, nullptr, /* lan_discovery */true); |
11 | Tox *tox2 = tox_new_log_lan(nullptr, nullptr, nullptr, /* lan_discovery */true); | 11 | Tox *tox2 = tox_new_log_lan(nullptr, nullptr, nullptr, /* lan_discovery */true); |
12 | 12 | ||
13 | printf("Waiting for LAN discovery"); | 13 | printf("Waiting for LAN discovery. This loop will attempt to run until successful."); |
14 | 14 | ||
15 | while (tox_self_get_connection_status(tox1) == TOX_CONNECTION_NONE || | 15 | while (tox_self_get_connection_status(tox1) == TOX_CONNECTION_NONE || |
16 | tox_self_get_connection_status(tox2) == TOX_CONNECTION_NONE) { | 16 | tox_self_get_connection_status(tox2) == TOX_CONNECTION_NONE) { |