diff options
author | Werner Koch <[email protected]> | 2009-11-03 20:27:35 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-11-03 20:27:35 +0000 |
commit | fc0fd88d7fd66cdf8babfee43736da50201b3a53 (patch) | |
tree | 0a62b579f7fc408bd5b3ac883c8e8f54d9e47d2d /tests/run-support.h | |
parent | 2009-11-03 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-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.h | 2 |
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); \ |