Repository: qpid-dispatch
Updated Branches:
  refs/heads/master f77f92cbe -> 3767086be


NO-JIRA: message_repr should not parse the message body.


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

Branch: refs/heads/master
Commit: 3767086bef79d98a59ace96c74ecfc9e81b50c41
Parents: f77f92c
Author: Alan Conway <acon...@redhat.com>
Authored: Tue Jun 26 21:51:43 2018 -0400
Committer: Alan Conway <acon...@redhat.com>
Committed: Tue Jun 26 21:51:43 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/3767086b/src/message.c
----------------------------------------------------------------------
diff --git a/src/message.c b/src/message.c
index ba45ff4..dfa0a37 100644
--- a/src/message.c
+++ b/src/message.c
@@ -333,7 +333,7 @@ char* qd_message_repr(qd_message_t *msg, char* buffer, 
size_t len, qd_log_bits l
     if (log_message == 0)
         return 0;
 
-    if (qd_message_check(msg, QD_DEPTH_BODY)) {
+    if (qd_message_check(msg, QD_DEPTH_APPLICATION_PROPERTIES)) {
         char *begin = buffer;
         char *end = buffer + len - sizeof(REPR_END); /* Save space for ending 
*/
 


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

Reply via email to