Index: util_parse.c =================================================================== --- util_parse.c (revision 3662) +++ util_parse.c (revision 3663) @@ -32,7 +32,6 @@ #include #include "cnc_any_obj.h" -#include "message.h" #include "engine.h" #include "project.h" @@ -54,7 +53,7 @@ *payload = lht_dom_load(fn, &errmsg); if (*payload == NULL) { - csch_message(CSCH_MSG_ERROR, "Failed to parse lihata file '%s': %s\n", fn, errmsg); + rnd_message(RND_MSG_ERROR, "Failed to parse lihata file '%s': %s\n", fn, errmsg); return -1; } return 0;