aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions.c')
-rw-r--r--src/actions.c4
1 files changed, 2 insertions, 2 deletions
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 <limits.h>
#include <stdlib.h>
-#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)) {