Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 75a69f345 -> 94bef705d


DISPATCH-1122: Use correct format specifier


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/94bef705
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/94bef705
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/94bef705

Branch: refs/heads/master
Commit: 94bef705d11a3ece802094aa8b603192344967a2
Parents: 75a69f3
Author: Ulf Lilleengen <l...@redhat.com>
Authored: Tue Sep 18 09:48:54 2018 +0200
Committer: Ulf Lilleengen <l...@redhat.com>
Committed: Tue Sep 18 09:48:54 2018 +0200

----------------------------------------------------------------------
 src/remote_sasl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/94bef705/src/remote_sasl.c
----------------------------------------------------------------------
diff --git a/src/remote_sasl.c b/src/remote_sasl.c
index 636d227..34eb51d 100644
--- a/src/remote_sasl.c
+++ b/src/remote_sasl.c
@@ -286,7 +286,7 @@ static void remote_sasl_prepare(pn_transport_t *transport)
             switch (impl->outcome) {
             case PN_SASL_OK:
                 set_policy_settings(impl->upstream, &impl->permissions);
-                qd_log(auth_service_log, QD_LOG_INFO, "authenticated as % ", 
impl->username);
+                qd_log(auth_service_log, QD_LOG_INFO, "authenticated as %s", 
impl->username);
                 pnx_sasl_succeed_authentication(transport, impl->username);
                 break;
             default:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to