projects
/
platform
/
upstream
/
polkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a91f17
)
Fix error message when no authentication agent is available
author
David Zeuthen
<davidz@redhat.com>
Tue, 15 Dec 2009 17:19:44 +0000
(12:19 -0500)
committer
David Zeuthen
<davidz@redhat.com>
Tue, 15 Dec 2009 17:19:44 +0000
(12:19 -0500)
Signed-off-by: David Zeuthen <davidz@redhat.com>
src/programs/pkexec.c
patch
|
blob
|
history
diff --git
a/src/programs/pkexec.c
b/src/programs/pkexec.c
index ae0d842af69b8c2eea597a4cead7c7ba1446630a..dcc618dd7c1de2cdad8c99cc758859a5fbe03d32 100644
(file)
--- a/
src/programs/pkexec.c
+++ b/
src/programs/pkexec.c
@@
-478,7
+478,7
@@
main (int argc, char *argv[])
}
else if (polkit_authorization_result_get_is_challenge (result))
{
- g_printerr ("Authorization requires authentication but no authentication was found.\n");
+ g_printerr ("Authorization requires authentication but no authentication
agent
was found.\n");
goto out;
}
else