diff --git a/macos/stubby-ui-helper.c b/macos/stubby-ui-helper.c index 9871a46..7bf9dca 100644 --- a/macos/stubby-ui-helper.c +++ b/macos/stubby-ui-helper.c @@ -135,7 +135,7 @@ void list() #endif int err = execl(LAUNCHCTL, LAUNCHCTL, "list", "org.getdns.stubby", NULL); if (err == -1) - fail_with_errno("stop"); + fail_with_errno("list"); } void dns_stubby()