Markus Armbruster <[email protected]> writes: > One of two error messages show __func__. Drop it; it doesn't help > users, and developers can grep for the message. This also permits > de-duplicating the code to prepend to the error message. > > Both error messages show a numeric error code. I doubt that's > helpful, but I'm leaving it alone. > > Use error_append_hint() for explaining that some dirty bitmaps may be > lost. Polish the prose. > > Don't faff around with g_clear_pointer(), it's not worth its keep > here. > > Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Fabiano Rosas <[email protected]>
