<p>In <a href="https://github.com/geany/geany-plugins/pull/370#discussion_r54021378">geanypg/src/pinentry.c</a>:</p>
<pre style='color:#555'>>          return gpgme_error_from_errno(errno);
>      }
>      if (pipe(inpipe))
>      {
> -        fprintf(stderr, "GeanyPG: %s\n", strerror(errno));
> +        g_error("%s", strerror(errno));
</pre>
<p>ditto</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#r54021378">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ1jFbysEkCrAvASRGrdIX9Y6he3Oks5pniuLgaJpZM4HfHIb.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#r54021378"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>