<p>In <a href="https://github.com/geany/geany-plugins/pull/370#discussion_r54021365">geanypg/src/pinentry.c</a>:</p>
<pre style='color:#555'>> @@ -83,12 +83,12 @@ gpgme_error_t geanypg_passphrase_cb(void * hook,
>  
>      if (pipe(outpipe))
>      {
> -        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#r54021365">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ6I-7UtXNitbu0_NL83j5rXYbCt8ks5pniuIgaJpZM4HfHIb.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#r54021365"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>