diff --git a/src/core/hub.c b/src/core/hub.c index db7e87f..bc18ad5 100644 --- a/src/core/hub.c +++ b/src/core/hub.c @@ -905,6 +905,7 @@ void hub_set_variables(struct hub_info* hub, struct acl_handle* acl) if (hub_plugins_load(hub) < 0) { + LOG_FATAL("Unable to load plugins."); hub->status = hub_status_shutdown; } else