aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-05-25 10:45:25 +0000
committerJustus Winter <[email protected]>2016-05-25 10:45:25 +0000
commitce73ae9d0cbf782cd3a1949fc4f568f0d1da60d9 (patch)
treeadd28dcd748e5d0aa78755b2a94315f393153222
parentpython: Improve and test Context.wait. (diff)
downloadgpgme-ce73ae9d0cbf782cd3a1949fc4f568f0d1da60d9.tar.gz
gpgme-ce73ae9d0cbf782cd3a1949fc4f568f0d1da60d9.zip
src: Fix trace string.
* src/data-compat.c (gpgme_data_new_from_file): Fix trace string. Signed-off-by: Justus Winter <[email protected]>
-rw-r--r--src/data-compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data-compat.c b/src/data-compat.c
index abb78637..ec80172e 100644
--- a/src/data-compat.c
+++ b/src/data-compat.c
@@ -128,7 +128,7 @@ gpgme_data_new_from_file (gpgme_data_t *r_dh, const char *fname, int copy)
#else
gpgme_error_t err;
struct stat statbuf;
- TRACE_BEG3 (DEBUG_DATA, "gpgme_data_new_from_filepart", r_dh,
+ TRACE_BEG3 (DEBUG_DATA, "gpgme_data_new_from_file", r_dh,
"file_name=%s, copy=%i (%s)", fname, copy, copy ? "yes" : "no");
if (!fname || !copy)