1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-10-27 00:57:47 +08:00

minor debugging addition

This commit is contained in:
Joel Bender
2016-01-23 21:19:31 -05:00
parent a2fe66ad00
commit 1bcb93ba3d
3 changed files with 3 additions and 0 deletions

View File

@@ -1245,6 +1245,7 @@ bacpypes_debugging(StateMachineAccessPoint)
class ApplicationServiceAccessPoint(ApplicationServiceElement, ServiceAccessPoint):
def __init__(self, aseID=None, sapID=None):
if _debug: ApplicationServiceAccessPoint._debug("__init__ aseID=%r sapID=%r", aseID, sapID)
ApplicationServiceElement.__init__(self, aseID)
ServiceAccessPoint.__init__(self, sapID)