summaryrefslogtreecommitdiffstats
path: root/src/collectors/log2journal/log2journal-help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/collectors/log2journal/log2journal-help.c')
-rw-r--r--src/collectors/log2journal/log2journal-help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collectors/log2journal/log2journal-help.c b/src/collectors/log2journal/log2journal-help.c
index 23ff4c056..0cb35bb0f 100644
--- a/src/collectors/log2journal/log2journal-help.c
+++ b/src/collectors/log2journal/log2journal-help.c
@@ -10,7 +10,7 @@ static void config_dir_print_available(void) {
dir = opendir(path);
if (dir == NULL) {
- log2stderr(" >>> Cannot open directory:\n %s", path);
+ l2j_log(" >>> Cannot open directory:\n %s", path);
return;
}