You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2014/08/07 18:30:58 UTC

svn commit: r1616526 - /qpid/proton/trunk/proton-c/bindings/python/proton.py

Author: rhs
Date: Thu Aug  7 16:30:57 2014
New Revision: 1616526

URL: http://svn.apache.org/r1616526
Log:
added missing TRACE_OFF level

Modified:
    qpid/proton/trunk/proton-c/bindings/python/proton.py

Modified: qpid/proton/trunk/proton-c/bindings/python/proton.py
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/python/proton.py?rev=1616526&r1=1616525&r2=1616526&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/python/proton.py (original)
+++ qpid/proton/trunk/proton-c/bindings/python/proton.py Thu Aug  7 16:30:57 2014
@@ -2959,6 +2959,7 @@ class TransportException(ProtonException
 
 class Transport(object):
 
+  TRACE_OFF = PN_TRACE_OFF
   TRACE_DRV = PN_TRACE_DRV
   TRACE_FRM = PN_TRACE_FRM
   TRACE_RAW = PN_TRACE_RAW



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