Replace "authorization" with "authentication"

Since we don't have "limited" clients, a client that authenticates
correctly is automatically authorized. However, it's the authentication
that can go wrong, rather than the authorization.

Buglink: https://bugs.freedesktop.org/show_bug.cgi?id=78566
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
David Henningsson 2014-09-02 11:50:39 +02:00
parent 764da4260a
commit 58cffdcfc8
6 changed files with 8 additions and 8 deletions

View file

@ -351,7 +351,7 @@ static int esd_proto_connect(connection *c, esd_proto_t request, const void *dat
}
if (!c->authorized) {
pa_log("Kicked client with invalid authorization key.");
pa_log("Kicked client with invalid authentication key.");
return -1;
}