From a0db476bed7d7b814c426d23b55a74d585a6d8cb Mon Sep 17 00:00:00 2001 From: Anastasis Grammenos Date: Fri, 5 Oct 2018 18:16:16 +0300 Subject: errlog in actionparser and configparser --- src/actions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/actions.c') diff --git a/src/actions.c b/src/actions.c index 337911f..d5f9a29 100644 --- a/src/actions.c +++ b/src/actions.c @@ -11,8 +11,6 @@ #include #include -#define COMPONENT "action" - #include "actions.h" #include "actionhelper.h" #include "dblayer.h" @@ -20,6 +18,8 @@ #include "cklist.h" #include "ckerrlog.h" +ERRLOG(action); + int run_INIT(UserOpt * opt, Conf *conf) { UNUSED(conf); if (db_exists(opt)) { -- cgit v1.2.3