machinectl: fix verbosity of import-raw or friends

This partially reverts 31d99bd172.

Fixes #9527.
This commit is contained in:
Yu Watanabe
2018-07-09 01:14:37 +09:00
committed by Lennart Poettering
parent eef836ed00
commit bd7d173274

View File

@@ -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);