mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
udevd: rename control command SYNC -> PING in log message
This commit is contained in:
parent
2001622c58
commit
d30f43eec5
@ -1113,7 +1113,7 @@ static int on_ctrl_msg(sd_event_source *s, int fd, uint32_t revents, void *userd
|
||||
}
|
||||
|
||||
if (udev_ctrl_get_ping(ctrl_msg) > 0)
|
||||
log_debug("Received udev control message (SYNC)");
|
||||
log_debug("Received udev control message (PING)");
|
||||
|
||||
if (udev_ctrl_get_exit(ctrl_msg) > 0) {
|
||||
log_debug("Received udev control message (EXIT)");
|
||||
|
Loading…
Reference in New Issue
Block a user