projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2d23cf
)
basic/log: remove unused return value
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Tue, 15 Mar 2016 23:27:36 +0000
(19:27 -0400)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Tue, 15 Mar 2016 23:40:33 +0000
(19:40 -0400)
src/basic/log.h
patch
|
blob
|
history
diff --git
a/src/basic/log.h
b/src/basic/log.h
index f9fb1742a1edb65b318d30524e36abf67aa2bab4..b6356228d9a82ae73d679a514558be0e03b2948f 100644
(file)
--- a/
src/basic/log.h
+++ b/
src/basic/log.h
@@
-246,5
+246,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; \
})