You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2019/11/28 03:16:07 UTC

[qpid-proton] branch master updated: PROTON-2131: Fixup: rebase mistake

This is an automated email from the ASF dual-hosted git repository.

astitcher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/master by this push:
     new 41529c7  PROTON-2131: Fixup: rebase mistake
41529c7 is described below

commit 41529c72c8d68fc130e66692b0783609dd49db7d
Author: Andrew Stitcher <as...@apache.org>
AuthorDate: Wed Nov 27 22:13:39 2019 -0500

    PROTON-2131: Fixup: rebase mistake
---
 c/src/core/logger.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c/src/core/logger.c b/c/src/core/logger.c
index 6893b40..91e4383 100644
--- a/c/src/core/logger.c
+++ b/c/src/core/logger.c
@@ -36,9 +36,9 @@ static void pni_default_log_sink(intptr_t logger, pn_log_subsystem_t subsystem,
 static pn_logger_t the_default_logger = {
   pni_default_log_sink,
   (intptr_t) &the_default_logger,
+  NULL,
   PN_LEVEL_CRITICAL,
   PN_SUBSYSTEM_ALL,
-  NULL
 };
 
 void pni_logger_init(pn_logger_t *logger)


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