mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 15:21:37 +03:00
networkctl: break long line
This commit is contained in:
parent
8571210a21
commit
117caf3765
@ -2007,7 +2007,8 @@ static int verb_reconfigure(int argc, char *argv[], void *userdata) {
|
||||
if (r < 0) {
|
||||
char ifname[IF_NAMESIZE + 1];
|
||||
|
||||
return log_error_errno(r, "Failed to reconfigure network interface %s: %m", format_ifname_full(index, ifname, FORMAT_IFNAME_IFINDEX));
|
||||
return log_error_errno(r, "Failed to reconfigure network interface %s: %m",
|
||||
format_ifname_full(index, ifname, FORMAT_IFNAME_IFINDEX));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user