Igalia/WPEBackend-fdo

Replace usage of std::abort() with g_error()

aperezdc opened this issue · 1 comments

Instead of calling std::abort() or plain abort(), it would be better to use g_error() which allows to log a message and also aborts the execution.

This is somewhat related to #54

Solved in #82 — closing.