mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
locale: downgrade level of one more log message
This commit is contained in:
parent
8669bbb565
commit
7bb322e982
@ -567,7 +567,7 @@ static int read_next_mapping(
|
||||
|
||||
length = strv_length(b);
|
||||
if (length < min_fields || length > max_fields) {
|
||||
log_warning("Invalid line %s:%u, ignoring.", strna(filename), *n);
|
||||
log_debug("Invalid line %s:%u, ignoring.", strna(filename), *n);
|
||||
continue;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user