mirror of
https://github.com/JoelBender/bacpypes
synced 2025-10-27 00:57:47 +08:00
minor debugging addition
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user