summaryrefslogtreecommitdiff
path: root/auto_tests/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/helpers.h')
-rw-r--r--auto_tests/helpers.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/auto_tests/helpers.h b/auto_tests/helpers.h
index 20085d6e..745c5d22 100644
--- a/auto_tests/helpers.h
+++ b/auto_tests/helpers.h
@@ -51,8 +51,7 @@ static void print_debug_log(Tox *m, TOX_LOG_LEVEL level, const char *path, uint3
51 return; 51 return;
52 } 52 }
53 53
54 if (strncmp(message, "Bound successfully to ", strlen("Bound successfully to ")) || 54 if (strncmp(message, "Bound successfully to ", strlen("Bound successfully to "))) {
55 strncmp(message, "Found node in LAN: ", strlen("Found node in LAN: "))) {
56 return; 55 return;
57 } 56 }
58 57