mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
fix debugging
This commit is contained in:
parent
efea2676df
commit
0191fe1564
|
@ -115,7 +115,7 @@ class WhoIsIAmConsoleCmd(ConsoleCmd):
|
||||||
|
|
||||||
# make an IOCB
|
# make an IOCB
|
||||||
iocb = IOCB(request)
|
iocb = IOCB(request)
|
||||||
if _debug: WriteSomethingConsoleCmd._debug(" - iocb: %r", iocb)
|
if _debug: WhoIsIAmConsoleCmd._debug(" - iocb: %r", iocb)
|
||||||
|
|
||||||
# give it to the application
|
# give it to the application
|
||||||
this_application.request_io(iocb)
|
this_application.request_io(iocb)
|
||||||
|
@ -142,7 +142,7 @@ class WhoIsIAmConsoleCmd(ConsoleCmd):
|
||||||
|
|
||||||
# make an IOCB
|
# make an IOCB
|
||||||
iocb = IOCB(request)
|
iocb = IOCB(request)
|
||||||
if _debug: WriteSomethingConsoleCmd._debug(" - iocb: %r", iocb)
|
if _debug: WhoIsIAmConsoleCmd._debug(" - iocb: %r", iocb)
|
||||||
|
|
||||||
# give it to the application
|
# give it to the application
|
||||||
this_application.request_io(iocb)
|
this_application.request_io(iocb)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user