[git] GpgOL - branch, master, updated. gpgol-1.4.0-165-g9560e55
by Andre Heinecke
cvs at cvs.gnupg.org
Tue Nov 15 09:30:43 CET 2016
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 9560e555e86fa9b5b59829bc9bd5b7f6ff6308e1 (commit)
from 96bb1461509a1cd7e86e93cee99b1d979fc11add (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 9560e555e86fa9b5b59829bc9bd5b7f6ff6308e1
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Tue Nov 15 09:26:38 2016 +0100
Remove buggy debug output warning
* src/main.c (read_options): Don't show messagebox about
debug output.
--
Let's assume that users that have enabled debug output know
that. This message also was only shown if log_file was set
(even if set to an empty string) and debug output was off.
diff --git a/src/main.c b/src/main.c
index bec5f9f..c0e64e2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -458,12 +458,6 @@ read_options (void)
_("Note: Using compatibility flags: %s"), val);
MessageBox (NULL, tmpbuf, _("GpgOL"), MB_ICONWARNING|MB_OK);
}
- if (get_log_file () && !opt.enable_debug)
- {
- snprintf (tmpbuf, sizeof tmpbuf,
- _("Note: Writing debug logs to\n\n\"%s\""), get_log_file ());
- MessageBox (NULL, tmpbuf, _("GpgOL"), MB_ICONWARNING|MB_OK);
- }
}
xfree (val); val = NULL;
-----------------------------------------------------------------------
Summary of changes:
src/main.c | 6 ------
1 file changed, 6 deletions(-)
hooks/post-receive
--
GnuPG extension for MS Outlook
http://git.gnupg.org
More information about the Gnupg-commits
mailing list