mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
wrong class in debugging statement
This commit is contained in:
parent
9584df61df
commit
aee6c9736e
|
@ -293,7 +293,7 @@ class BIPSAP(ServiceAccessPoint):
|
||||||
|
|
||||||
def __init__(self, sap=None):
|
def __init__(self, sap=None):
|
||||||
"""A BIP service access point."""
|
"""A BIP service access point."""
|
||||||
if _debug: BIPSimple._debug("__init__ sap=%r", sap)
|
if _debug: BIPSAP._debug("__init__ sap=%r", sap)
|
||||||
ServiceAccessPoint.__init__(self, sap)
|
ServiceAccessPoint.__init__(self, sap)
|
||||||
|
|
||||||
def sap_indication(self, pdu):
|
def sap_indication(self, pdu):
|
||||||
|
|
|
@ -291,7 +291,7 @@ class BIPSAP(ServiceAccessPoint):
|
||||||
|
|
||||||
def __init__(self, sap=None):
|
def __init__(self, sap=None):
|
||||||
"""A BIP service access point."""
|
"""A BIP service access point."""
|
||||||
if _debug: BIPSimple._debug("__init__ sap=%r", sap)
|
if _debug: BIPSAP._debug("__init__ sap=%r", sap)
|
||||||
ServiceAccessPoint.__init__(self, sap)
|
ServiceAccessPoint.__init__(self, sap)
|
||||||
|
|
||||||
def sap_indication(self, pdu):
|
def sap_indication(self, pdu):
|
||||||
|
|
|
@ -289,7 +289,7 @@ class BIPSAP(ServiceAccessPoint):
|
||||||
|
|
||||||
def __init__(self, sap=None):
|
def __init__(self, sap=None):
|
||||||
"""A BIP service access point."""
|
"""A BIP service access point."""
|
||||||
if _debug: BIPSimple._debug("__init__ sap=%r", sap)
|
if _debug: BIPSAP._debug("__init__ sap=%r", sap)
|
||||||
ServiceAccessPoint.__init__(self, sap)
|
ServiceAccessPoint.__init__(self, sap)
|
||||||
|
|
||||||
def sap_indication(self, pdu):
|
def sap_indication(self, pdu):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user