<p>In <a href="https://github.com/geany/geany-plugins/pull/370#discussion_r54021634">geanypg/src/pinentry.c</a>:</p>
<pre style='color:#555'>> @@ -168,10 +168,10 @@ gpgme_error_t geanypg_passphrase_cb(void * hook,
>              geanypg_read(outpipe[READ], ' ', 2049, readbuffer);
>              sscanf(readbuffer, "%lu", &errval);
>              geanypg_read(outpipe[READ], '\n', 2049, readbuffer);
> -            fprintf(stderr, "GeanyPG: %s %lu %s\n", _("pinentry gave error"), errval, readbuffer);
> +            g_error("%s %lu %s", _("pinentry gave error"), errval, readbuffer);
</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#r54021634">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ-vi4OoI2gDPhdlQdR4Vzyd4_jNsks5pniv6gaJpZM4HfHIb.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#r54021634"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>