mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:06:08 -04:00
Use logger not logging
This commit is contained in:
parent
5727922106
commit
fcbe63eaad
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue