mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-31 18:15:25 +00:00
lxc: Fixed indentation
Signed-off-by: Marc Hartmayer <mhartmay@linux.vnet.ibm.com> Reviewed-by: Bjoern Walk <bwalk@linux.vnet.ibm.com> Reviewed-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com>
This commit is contained in:
parent
7596b29fd1
commit
20e3217a54
@ -2254,8 +2254,8 @@ static int lxcContainerChild(void *data)
|
||||
|
||||
if (!virFileExists(vmDef->os.init)) {
|
||||
virReportSystemError(errno,
|
||||
_("cannot find init path '%s' relative to container root"),
|
||||
vmDef->os.init);
|
||||
_("cannot find init path '%s' relative to container root"),
|
||||
vmDef->os.init);
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
@ -2275,7 +2275,7 @@ static int lxcContainerChild(void *data)
|
||||
|
||||
if (lxcContainerSendContinue(argv->handshakefd) < 0) {
|
||||
virReportSystemError(errno, "%s",
|
||||
_("Failed to send continue signal to controller"));
|
||||
_("Failed to send continue signal to controller"));
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user