From 7d663f4cd217b91809c6b279873520192383b614 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 29 Nov 2018 21:08:25 +0100 Subject: WIP: Use SerdWorld log in validator --- src/world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/world.c') diff --git a/src/world.c b/src/world.c index 01a86dc5..3140066e 100644 --- a/src/world.c +++ b/src/world.c @@ -74,7 +74,7 @@ serd_world_errorf(const SerdWorld* world, SerdStatus st, const char* fmt, ...) { va_list args; va_start(args, fmt); - const SerdMessage msg = { st, NULL, fmt, &args }; + const SerdMessage msg = { st, SERD_LOG_LEVEL_ERROR, NULL, fmt, &args }; serd_world_error(world, &msg); va_end(args); return st; -- cgit v1.2.1