mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
parent
b858d7d9d2
commit
19df01f529
@ -1739,7 +1739,7 @@ static int start_machine(int argc, char *argv[], void *userdata) {
|
||||
if (r < 0)
|
||||
return r;
|
||||
if (r == 0) {
|
||||
log_error("Machine image '%s' does not exist.", argv[1]);
|
||||
log_error("Machine image '%s' does not exist.", argv[i]);
|
||||
return -ENXIO;
|
||||
}
|
||||
|
||||
@ -1811,7 +1811,7 @@ static int enable_machine(int argc, char *argv[], void *userdata) {
|
||||
if (r < 0)
|
||||
return r;
|
||||
if (r == 0) {
|
||||
log_error("Machine image '%s' does not exist.", argv[1]);
|
||||
log_error("Machine image '%s' does not exist.", argv[i]);
|
||||
return -ENXIO;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user