aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run-support.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-11-03 20:27:35 +0000
committerWerner Koch <[email protected]>2009-11-03 20:27:35 +0000
commitfc0fd88d7fd66cdf8babfee43736da50201b3a53 (patch)
tree0a62b579f7fc408bd5b3ac883c8e8f54d9e47d2d /tests/run-support.h
parent2009-11-03 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-fc0fd88d7fd66cdf8babfee43736da50201b3a53.tar.gz
gpgme-fc0fd88d7fd66cdf8babfee43736da50201b3a53.zip
Prepare for a new protocol.
Comment clarification.
Diffstat (limited to 'tests/run-support.h')
-rw-r--r--tests/run-support.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-support.h b/tests/run-support.h
index 40e2beaf..d7f0923b 100644
--- a/tests/run-support.h
+++ b/tests/run-support.h
@@ -38,7 +38,7 @@
{ \
if (err) \
{ \
- fprintf (stderr, "%s:%d: %s: %s\n", \
+ fprintf (stderr, PGM": file %s line %d: <%s> %s\n", \
__FILE__, __LINE__, gpgme_strsource (err), \
gpgme_strerror (err)); \
exit (1); \