[git] GpgOL - branch, master, updated. gpgol-2.0.6-2-gfb43d7d

by Andre Heinecke cvs at cvs.gnupg.org
Mon Feb 12 13:35:11 CET 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG extension for MS Outlook".

The branch, master has been updated
       via  fb43d7dc2a4e7c6f822050eec0489248fe162af7 (commit)
      from  7341d641165effc57f6a6e38f7405f7be8e1926f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fb43d7dc2a4e7c6f822050eec0489248fe162af7
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Mon Feb 12 13:34:21 2018 +0100

    Remove overly plain leaking debug output
    
    * src/mailitem-events.cpp (EVENT_SINK_INVOKE): Don't print
    full body in debug output.
    
    --
    This was a development debug statement that accidentally
    made it into the release.

diff --git a/src/mailitem-events.cpp b/src/mailitem-events.cpp
index b3161f0..9bf5e9b 100644
--- a/src/mailitem-events.cpp
+++ b/src/mailitem-events.cpp
@@ -504,8 +504,6 @@ EVENT_SINK_INVOKE(MailItemEvents)
               *(parms->rgvarg[0].pboolVal) = VARIANT_TRUE;
             }
 
-          log_debug ("%s:%s: Passing write event. Subject: %s Body: %s MsgCls: %s",
-                     SRCNAME, __func__, m_mail->get_subject().c_str(), m_mail->get_body().c_str(), get_oom_string (m_object, "MessageClass"));
           log_debug ("%s:%s: Passing write event.",
                      SRCNAME, __func__);
           m_mail->set_needs_save (false);

-----------------------------------------------------------------------

Summary of changes:
 src/mailitem-events.cpp | 2 --
 1 file changed, 2 deletions(-)


hooks/post-receive
-- 
GnuPG extension for MS Outlook
http://git.gnupg.org




More information about the Gnupg-commits mailing list