aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/t-version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t-version.c b/tests/t-version.c
index d6c6399..ce8f41b 100644
--- a/tests/t-version.c
+++ b/tests/t-version.c
@@ -82,7 +82,7 @@ main (int argc, char **argv)
}
if (gpg_error_check_version ("15"))
{
- fprintf (stderr, "gpg_error_check_version did not return an error"
+ fprintf (stderr, "%s: gpg_error_check_version did not return an error"
" for a newer version\n", logpfx);
errorcount++;
}