summaryrefslogtreecommitdiff
path: root/src/udev/udevd.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-01-13 08:12:24 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-01-18 16:10:01 +0100
commitd30f43eec5cfa603ee4c7d0c789ebf549be4692f (patch)
tree19ac00541451bbfbf8c5e400167eb48a5fdddeb8 /src/udev/udevd.c
parent2001622c58c1989f386086d11bd2a00d5fe00a30 (diff)
downloadsystemd-d30f43eec5cfa603ee4c7d0c789ebf549be4692f.tar.gz
udevd: rename control command SYNC -> PING in log message
Diffstat (limited to 'src/udev/udevd.c')
-rw-r--r--src/udev/udevd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/udevd.c b/src/udev/udevd.c
index ac9d9e0a76..c637b98c7c 100644
--- a/src/udev/udevd.c
+++ b/src/udev/udevd.c
@@ -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)");