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:29:21 UTC

[qpid-proton] branch master updated: PROTON-2131: Grrr, fix another related rebase screw up - Must be time to take a break!!

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 e637b60  PROTON-2131: Grrr, fix another related rebase screw up - Must be time to take a break!!
e637b60 is described below

commit e637b6064226b9984810cb794b867f6c3e22f4f5
Author: Andrew Stitcher <as...@apache.org>
AuthorDate: Wed Nov 27 22:23:31 2019 -0500

    PROTON-2131: Grrr, fix another related rebase screw up
    - Must be time to take a break!!
---
 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 91e4383..1ae4eae 100644
--- a/c/src/core/logger.c
+++ b/c/src/core/logger.c
@@ -37,8 +37,8 @@ static pn_logger_t the_default_logger = {
   pni_default_log_sink,
   (intptr_t) &the_default_logger,
   NULL,
-  PN_LEVEL_CRITICAL,
   PN_SUBSYSTEM_ALL,
+  PN_LEVEL_CRITICAL
 };
 
 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