GNOME Bugzilla – Bug 708749
util: improve logging of unrecognized GErrors
Last modified: 2013-09-25 13:55:48 UTC
If a GError is not from a known domain, it will be marshalled as a regular boxed type, and thus will not have the special toString() that logError() relies on for type and message. Recognize that case and extract the information from the GError structure directly.
Created attachment 255686 [details] [review] util: improve logging of unrecognized GErrors
Review of attachment 255686 [details] [review]: Future generations will construct a shrine in your honor for this patch.
Attachment 255686 [details] pushed as 61acb49 - util: improve logging of unrecognized GErrors