mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
network: use the common "cannot" form
Just for consistency.
This commit is contained in:
parent
7ad41997d1
commit
dbc29e9175
@ -649,7 +649,7 @@ int netdev_join(NetDev *netdev, Link *link, link_netlink_message_handler_t callb
|
||||
return r;
|
||||
break;
|
||||
default:
|
||||
assert_not_reached("Can not join independent netdev");
|
||||
assert_not_reached("Cannot join independent netdev");
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user