From 3ae6da4a64bfdf192ea3e7154b21052dbe07b8e6 Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Mon, 14 May 2012 23:35:53 +0200 Subject: [PATCH] Print error message in case of shutting down due to errors loading plugins. --- src/core/hub.c | 1 + 1 file changed, 1 insertion(+) 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