1
0
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:
Joel Bender 2016-02-13 16:15:00 -05:00
parent 9584df61df
commit aee6c9736e
3 changed files with 3 additions and 3 deletions

View File

@ -293,7 +293,7 @@ class BIPSAP(ServiceAccessPoint):
def __init__(self, sap=None):
"""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)
def sap_indication(self, pdu):

View File

@ -291,7 +291,7 @@ class BIPSAP(ServiceAccessPoint):
def __init__(self, sap=None):
"""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)
def sap_indication(self, pdu):

View File

@ -289,7 +289,7 @@ class BIPSAP(ServiceAccessPoint):
def __init__(self, sap=None):
"""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)
def sap_indication(self, pdu):