mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04: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)
|
||||
|
||||
@ -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
Block a user