From 62efd181405d112b1fad38d548fadf00fed5f644 Mon Sep 17 00:00:00 2001
From: Přemysl Janouch
Date: Wed, 10 Feb 2016 23:08:53 +0100
Subject: fancontrol-ng: fix error handling
---
fancontrol-ng.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fancontrol-ng.c b/fancontrol-ng.c
index d68f2f0..a282013 100644
--- a/fancontrol-ng.c
+++ b/fancontrol-ng.c
@@ -535,9 +535,9 @@ load_configuration (struct app_context *ctx, const char *config_path)
{
const char *path = iter.link->key;
if (subtree->type != CONFIG_ITEM_OBJECT)
- print_fatal ("device `%s' in configuration is not an object", path);
+ exit_fatal ("device `%s' in configuration is not an object", path);
else if (!check_device_configuration (subtree, &e))
- print_fatal ("device `%s': %s", path, e->message);
+ exit_fatal ("device `%s': %s", path, e->message);
else
device_create (ctx, path, subtree);
}
--
cgit v1.2.3-70-g09d2