mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 10:51:20 +03:00
sd-device: update log message
This commit is contained in:
parent
779c923467
commit
5cee547a94
@ -277,7 +277,7 @@ int device_monitor_enable_receiving(sd_device_monitor *m) {
|
||||
|
||||
if (!m->bound) {
|
||||
if (bind(m->sock, &m->snl.sa, sizeof(struct sockaddr_nl)) < 0)
|
||||
return log_debug_errno(errno, "sd-device-monitor: Failed to bind monitoring socket to event source: %m");
|
||||
return log_debug_errno(errno, "sd-device-monitor: Failed to bind monitoring socket: %m");
|
||||
|
||||
m->bound = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user