summaryrefslogtreecommitdiffstats
path: root/src/machine/machinectl.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-02-23 14:17:19 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-02-23 14:48:22 +0100
commit953d28cc21d25dc61f886d61d628b577aed4e042 (patch)
treef485444ae6fe3eb2bc1c493ed0fcb0d79dead789 /src/machine/machinectl.c
parentman: update link to Fedora Cloud images (diff)
downloadsystemd-953d28cc21d25dc61f886d61d628b577aed4e042.tar.xz
systemd-953d28cc21d25dc61f886d61d628b577aed4e042.zip
Fix two typos
Diffstat (limited to '')
-rw-r--r--src/machine/machinectl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c
index 4853139321..4bb712ca5a 100644
--- a/src/machine/machinectl.c
+++ b/src/machine/machinectl.c
@@ -1763,7 +1763,7 @@ static int transfer_image_common(sd_bus *bus, sd_bus_message *m) {
r = sd_bus_call(bus, m, 0, &error, &reply);
if (r < 0) {
- log_error("Failed transfer image: %s", bus_error_message(&error, -r));
+ log_error("Failed to transfer image: %s", bus_error_message(&error, -r));
return r;
}