systemd: merge branch systemd into master
This commit is contained in:
@@ -332,7 +332,7 @@ int log_syntax_invalid_utf8_internal(
|
||||
({ \
|
||||
int _level = (level), _e = (error); \
|
||||
(log_get_max_level() >= LOG_PRI(_level)) \
|
||||
? log_syntax_internal(unit, _level, config_file, config_line, _e, __FILE__, __LINE__, __func__, __VA_ARGS__) \
|
||||
? log_internal_realm(_level, _e, __FILE__, __LINE__, __func__, __VA_ARGS__) \
|
||||
: -ERRNO_VALUE(_e); \
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user