]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
basic/log: remove unused return value 2848/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 15 Mar 2016 23:27:36 +0000 (19:27 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 15 Mar 2016 23:40:33 +0000 (19:40 -0400)
src/basic/log.h

index f9fb1742a1edb65b318d30524e36abf67aa2bab4..b6356228d9a82ae73d679a514558be0e03b2948f 100644 (file)
@@ -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;                                                \
         })