diff options
| author | Justus Winter <[email protected]> | 2016-05-25 10:45:25 +0000 | 
|---|---|---|
| committer | Justus Winter <[email protected]> | 2016-05-25 10:45:25 +0000 | 
| commit | ce73ae9d0cbf782cd3a1949fc4f568f0d1da60d9 (patch) | |
| tree | add28dcd748e5d0aa78755b2a94315f393153222 /src/data-compat.c | |
| parent | python: Improve and test Context.wait. (diff) | |
| download | gpgme-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]>
Diffstat (limited to '')
| -rw-r--r-- | src/data-compat.c | 2 | 
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) | 
