Merge #21844 test: avoid noise in test logs

This commit is contained in:
Justin M. Keyes
2023-01-16 18:38:20 -05:00
committed by GitHub
10 changed files with 95 additions and 56 deletions

View File

@@ -101,7 +101,7 @@ char *server_address_new(const char *name)
xfree(dir);
#endif
if ((size_t)r >= sizeof(fmt)) {
ELOG("truncated server address");
ELOG("truncated server address: %.40s...", fmt);
}
return xstrdup(fmt);
}