From c7ded649ab294d8960ebf3be98461f509c10bdf1 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Wed, 19 Aug 2009 13:47:01 -0400 Subject: [PATCH] Use correct program name when complaining about not being setuid root --- src/polkitagent/polkitagenthelper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/polkitagent/polkitagenthelper.c b/src/polkitagent/polkitagenthelper.c index f85b0d4..e7af888 100644 --- a/src/polkitagent/polkitagenthelper.c +++ b/src/polkitagent/polkitagenthelper.c @@ -81,7 +81,7 @@ main (int argc, char *argv[]) /* check that we are setuid root */ if (geteuid () != 0) { - fprintf (stderr, "polkit-grant-helper-pam: needs to be setuid root\n"); + fprintf (stderr, "polkit-agent-helper-1: needs to be setuid root\n"); goto error; } -- 2.7.4