summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/basic/log.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/log.h b/src/basic/log.h
index 42ee76d95..899474daa 100644
--- a/src/basic/log.h
+++ b/src/basic/log.h
@@ -259,5 +259,4 @@ int log_syntax_internal(
log_syntax_internal(unit, _level, config_file, config_line, 0, __FILE__, __LINE__, __func__, \
"String is not UTF-8 clean, ignoring assignment: %s", strna(_p)); \
} \
- -EINVAL; \
})