From 3b7dfe47a66db58cd1f895771545f4cb3d1ae8e2 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Tue, 15 Dec 2009 12:03:26 -0500 Subject: [PATCH] Remove trailing whitespace from log messages Signed-off-by: David Zeuthen --- src/polkitbackend/polkitbackendinteractiveauthority.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/polkitbackend/polkitbackendinteractiveauthority.c b/src/polkitbackend/polkitbackendinteractiveauthority.c index abf7cf4..004a99b 100644 --- a/src/polkitbackend/polkitbackendinteractiveauthority.c +++ b/src/polkitbackend/polkitbackendinteractiveauthority.c @@ -586,7 +586,7 @@ check_authorization_challenge_cb (AuthenticationAgent *agent, { polkit_backend_authority_log (POLKIT_BACKEND_AUTHORITY (authority), "Operator of %s successfully authenticated as %s to gain " - "TEMPORARY authorization for action %s for %s [%s] (owned by %s) ", + "TEMPORARY authorization for action %s for %s [%s] (owned by %s)", session_str, authenticated_identity_str, action_id, @@ -598,7 +598,7 @@ check_authorization_challenge_cb (AuthenticationAgent *agent, { polkit_backend_authority_log (POLKIT_BACKEND_AUTHORITY (authority), "Operator of %s successfully authenticated as %s to gain " - "ONE-SHOT authorization for action %s for %s [%s] (owned by %s) ", + "ONE-SHOT authorization for action %s for %s [%s] (owned by %s)", session_str, authenticated_identity_str, action_id, @@ -611,7 +611,7 @@ check_authorization_challenge_cb (AuthenticationAgent *agent, { polkit_backend_authority_log (POLKIT_BACKEND_AUTHORITY (authority), "Operator of %s FAILED to authenticate to gain " - "authorization for action %s for %s [%s] (owned by %s) ", + "authorization for action %s for %s [%s] (owned by %s)", session_str, action_id, subject_str, -- 2.7.4