Skip to content

Commit bd7d173

Browse files
yuwatapoettering
authored andcommitted
machinectl: fix verbosity of import-raw or friends
This partially reverts 31d99bd. Fixes systemd#9527.
1 parent eef836e commit bd7d173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/machine/machinectl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1998,7 +1998,7 @@ static int transfer_image_common(sd_bus *bus, sd_bus_message *m) {
19981998
return r;
19991999
}
20002000

2001-
r = sd_bus_message_read(reply, "uo", &id, NULL);
2001+
r = sd_bus_message_read(reply, "uo", &id, &path);
20022002
if (r < 0)
20032003
return bus_log_parse_error(r);
20042004

0 commit comments

Comments
 (0)