summaryrefslogtreecommitdiff
path: root/src/basic/log.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-03-15 19:27:36 -0400
committerSven Eden <yamakuzure@gmx.net>2017-06-16 10:12:57 +0200
commit494d9062bf31636c71c3be8cfeb449a3f4ce09f7 (patch)
treed7c82eaa54d8cdf5a7b25b2dd40c9480a697c964 /src/basic/log.h
parent0d8ff5209903cc50cb2f39c95286cd7a5d62ada1 (diff)
basic/log: remove unused return value
Diffstat (limited to 'src/basic/log.h')
-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; \
})