diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-07-25 09:39:32 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-08-03 11:57:52 +0200 |
commit | 99d23828658add34245f4128289ae35e96041f3e (patch) | |
tree | b691dcb34682248aad0a1bf3587c90ecb71197ba /tests | |
parent | a38cedf6c035fe19df112e70943199f5b059b282 (diff) | |
download | gnutls-99d23828658add34245f4128289ae35e96041f3e.tar.gz |
tests: eagain-common.h: remove superfluous information
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/eagain-common.h | 2 |
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); \ } |