From: David Zeuthen Date: Wed, 19 Aug 2009 17:47:01 +0000 (-0400) Subject: Use correct program name when complaining about not being setuid root X-Git-Tag: 0.95~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c7ded649ab294d8960ebf3be98461f509c10bdf1;p=platform%2Fupstream%2Fpolkit.git Use correct program name when complaining about not being setuid root --- 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; }