mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-03 04:40:51 -05:00
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)
|
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)
|
defer.returnValue(room_sync)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user