[Pkg-gnupg-commit] [gpgme] 137/412: src: Fix trace string.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 22 21:26:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

commit ce73ae9d0cbf782cd3a1949fc4f568f0d1da60d9
Author: Justus Winter <justus at gnupg.org>
Date:   Wed May 25 12:45:25 2016 +0200

    src: Fix trace string.
    
    * src/data-compat.c (gpgme_data_new_from_file): Fix trace string.
    
    Signed-off-by: Justus Winter <justus at gnupg.org>
---
 src/data-compat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/data-compat.c b/src/data-compat.c
index abb7863..ec80172 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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list