summaryrefslogtreecommitdiffstats
path: root/src/collectors/log2journal/log2journal-help.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-25 17:33:56 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-25 17:34:10 +0000
commit83ba6762cc43d9db581b979bb5e3445669e46cc2 (patch)
tree2e69833b43f791ed253a7a20318b767ebe56cdb8 /src/collectors/log2journal/log2journal-help.c
parentReleasing debian version 1.47.5-1. (diff)
downloadnetdata-83ba6762cc43d9db581b979bb5e3445669e46cc2.tar.xz
netdata-83ba6762cc43d9db581b979bb5e3445669e46cc2.zip
Merging upstream version 2.0.3+dfsg (Closes: #923993, #1042533, #1045145).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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;
}