Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Fix log line that was printing undefined value#6278

Merged
anoadragon453 merged 5 commits intodevelopfrom
anoa/log_line
Oct 30, 2019
Merged

Fix log line that was printing undefined value#6278
anoadragon453 merged 5 commits intodevelopfrom
anoa/log_line

Conversation

@anoadragon453
Copy link
Copy Markdown
Member

This log line was trying to print event, but event won't exist if the above try: failed, which is the only time this log line would occur in the first place.

Change log line to use room_id instead, which I think is largely the original intention anyway?

@anoadragon453 anoadragon453 self-assigned this Oct 29, 2019
@anoadragon453 anoadragon453 requested a review from a team October 30, 2019 10:01
Comment thread synapse/handlers/federation.py Outdated
Comment thread changelog.d/6278.misc Outdated
@anoadragon453 anoadragon453 merged commit a2276d4 into develop Oct 30, 2019
@anoadragon453 anoadragon453 deleted the anoa/log_line branch October 30, 2019 11:28
anoadragon453 added a commit that referenced this pull request Oct 30, 2019
…ger_warning

* 'develop' of github.com:matrix-org/synapse:
  Fix log line that was printing undefined value (#6278)
  Update CI to run isort on scripts and scripts-dev (#6270)
  Fix small typo in comment (#6269)
  Fix typo in domain name in account_threepid_delegates config option (#6273)
  Remove redundant arguments to CI's flake8 (#6277)
  Handle FileNotFound error in checking git repository version (#6284)
  Don't return coroutines
  Newsfile
  Port receipt and read markers to async/wait
  Make concurrently_execute work with async/await
  Newsfile
  Port federation_server to async/await
  Newsfile
  Port room rest handlers to async/await
  Newsfile
  Port replication http server endpoints to async/await
babolivier pushed a commit that referenced this pull request Sep 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants