summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/eagain-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/eagain-common.h b/tests/eagain-common.h
index 4e9a0ff206..9879b914a1 100644
--- a/tests/eagain-common.h
+++ b/tests/eagain-common.h
@@ -24,7 +24,7 @@ extern const char *side;
{ \
fprintf(stderr, "client[%d]: %s\n", cret, gnutls_strerror(cret)); \
fprintf(stderr, "server[%d]: %s\n", sret, gnutls_strerror(sret)); \
- fail("%s:%d: Handshake failed\n", __func__, __LINE__); \
+ fail("Handshake failed\n"); \
exit(1); \
}