summaryrefslogtreecommitdiff
path: root/sbuild/sbuild-auth.cc
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2006-06-28 21:08:28 +0000
committerRoger Leigh <rleigh@debian.org>2006-06-28 21:08:28 +0000
commitd184abf9a17453fd599ed3eab834a8b87ed5326f (patch)
tree6ad40f8bc7336ce48fd5c0017248809f36991ae7 /sbuild/sbuild-auth.cc
parent65364a84afa83c15b70b9ca03da171b50e95e719 (diff)
downloadschroot-d184abf9a17453fd599ed3eab834a8b87ed5326f.tar.gz
* sbuild/sbuild-auth.cc: Fix switched authentication and
authorisation messages.
Diffstat (limited to 'sbuild/sbuild-auth.cc')
-rw-r--r--sbuild/sbuild-auth.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbuild/sbuild-auth.cc b/sbuild/sbuild-auth.cc
index 205ae814..eced5133 100644
--- a/sbuild/sbuild-auth.cc
+++ b/sbuild/sbuild-auth.cc
@@ -52,8 +52,8 @@ namespace
{
emap(auth::HOSTNAME, N_("Failed to get hostname")),
emap(auth::USER, N_("User not found")),
- emap(auth::AUTHENTICATION, N_("Access not authorised")),
- emap(auth::AUTHORISATION, N_("Authentication failed")),
+ emap(auth::AUTHENTICATION, N_("Authentication failed")),
+ emap(auth::AUTHORISATION, N_("Access not authorised")),
emap(auth::PAM_DOUBLE_INIT, N_("PAM is already initialised")),
emap(auth::PAM, N_("PAM error"))
};