mirror of
https://github.com/systemd/systemd.git
synced 2026-08-04 23:20:32 +00:00
machinectl: fix verbosity of import-raw or friends
This partially reverts 31d99bd172.
Fixes #9527.
This commit is contained in:
committed by
Lennart Poettering
parent
eef836ed00
commit
bd7d173274
@@ -1998,7 +1998,7 @@ static int transfer_image_common(sd_bus *bus, sd_bus_message *m) {
|
||||
return r;
|
||||
}
|
||||
|
||||
r = sd_bus_message_read(reply, "uo", &id, NULL);
|
||||
r = sd_bus_message_read(reply, "uo", &id, &path);
|
||||
if (r < 0)
|
||||
return bus_log_parse_error(r);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user