<p>In <a href="https://github.com/geany/geany-plugins/pull/370#discussion_r54021345">geanypg/src/geanypg.c</a>:</p>
<pre style='color:#555'>> @@ -58,7 +57,7 @@ gpgme_error_t geanypg_show_err_msg(gpgme_error_t err)
>      gchar const * msg = (gchar const *)gpgme_strerror(err);
>      gchar const * src = (gchar const *)gpgme_strsource(err);
>      dialogs_show_msgbox(GTK_MESSAGE_ERROR, "%s %s: %s\n", _("Error from"), src, msg);
> -    fprintf(stderr, "GeanyPG: %s %s: %s\n", _("Error from"), msg, src);
> +    g_error("%s %s: %s", _("Error from"), msg, src);
</pre>
<p>don't use <a href="https://developer.gnome.org/glib/unstable/glib-Message-Logging.html#g-error"><code>g_error()</code></a> as it <code>abort()</code>s.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany-plugins/pull/370/files#r54021345">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ877X7h1Xsi0c3E1HcNWq4QJ-mPEks5pnit7gaJpZM4HfHIb.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/pull/370/files#r54021345"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>