eolian: refactor validator error logging
authorDaniel Kolesa <d.kolesa@samsung.com>
Wed, 23 Jan 2019 15:21:26 +0000 (16:21 +0100)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 24 Jan 2019 05:20:19 +0000 (14:20 +0900)
commitdcad8fee3e7bf3f62f7c84af636bd605439bae84
treedb4b6bb308208fe844b181bfbf65ed2d5e7de0b6
parent12089de34e09ba06412d410f93f98ee508958fb3
eolian: refactor validator error logging

It hasn't been necessary to keep these temporary buffers around
for quite a while, nobody just got around to remove them. Eolian
has a good formattable error logging system in its core now.

Also, use same erroring style on parts as on functions, i.e.
batch-print all the conflicts at once.
src/lib/eolian/database_validate.c