analyze: fix typo in error message

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-02-13 10:03:09 +01:00
parent bff8f950ab
commit 94e91c8319

View file

@ -1295,7 +1295,7 @@ static int dump(int argc, char *argv[], void *userdata) {
&reply,
NULL);
if (r < 0)
return log_error_errno(r, "Failed issue method call: %s", bus_error_message(&error, r));
return log_error_errno(r, "Failed to issue method call: %s", bus_error_message(&error, r));
r = sd_bus_message_read(reply, "s", &text);
if (r < 0)