mirror of
https://github.com/systemd/systemd.git
synced 2025-01-12 13:18:14 +03:00
udev: fix key name in debug log
This commit is contained in:
parent
068b0f7728
commit
51c2f543d1
@ -2099,7 +2099,8 @@ static int udev_rule_apply_token_to_event(
|
||||
else
|
||||
count = 0;
|
||||
if (count > 0)
|
||||
log_rule_debug(dev, rules, "Replaced %zu character(s) from result of LINK", count);
|
||||
log_rule_debug(dev, rules, "Replaced %zu character(s) from result of SYMLINK=\"%s\"",
|
||||
count, token->value);
|
||||
|
||||
p = skip_leading_chars(buf, NULL);
|
||||
while (!isempty(p)) {
|
||||
|
Loading…
Reference in New Issue
Block a user