[Github-comments] [geany-plugins] Use GLib error reporting/logging instead of fprintf() (#370)

Colomban Wendling notifications at xxxxx
Wed Feb 24 22:51:52 UTC 2016


> @@ -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));

ditto

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/370/files#r54021365
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160224/8736b2fa/attachment.html>


More information about the Github-comments mailing list