mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
committed by
Lennart Poettering
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user