Use logger not logging
This commit is contained in:
parent
5727922106
commit
fcbe63eaad
|
@ -660,7 +660,7 @@ class SyncHandler(BaseHandler):
|
|||
),
|
||||
)
|
||||
|
||||
logging.debug("Room sync: %r", room_sync)
|
||||
logger.debug("Room sync: %r", room_sync)
|
||||
|
||||
defer.returnValue(room_sync)
|
||||
|
||||
|
@ -709,7 +709,7 @@ class SyncHandler(BaseHandler):
|
|||
),
|
||||
)
|
||||
|
||||
logging.debug("Room sync: %r", room_sync)
|
||||
logger.debug("Room sync: %r", room_sync)
|
||||
|
||||
defer.returnValue(room_sync)
|
||||
|
||||
|
|
Loading…
Reference in New Issue