summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2019-11-01 12:03:44 +0000
committerGitHub <noreply@github.com>2019-11-01 12:03:44 +0000
commitfe1f2b452073e5939cddd23acc6f2d226673a03f (patch)
tree89d31098e1de80c34d5619a9cfb5c8c4cae5d337 /changelog.d
parentDocument lint.sh & allow application to specified files only (#6312) (diff)
downloadsynapse-fe1f2b452073e5939cddd23acc6f2d226673a03f.tar.xz
Remove last usages of deprecated logging.warn method (#6314)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6314.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6314.misc b/changelog.d/6314.misc
new file mode 100644
index 0000000000..2369760272
--- /dev/null
+++ b/changelog.d/6314.misc
@@ -0,0 +1 @@
+Replace every instance of `logger.warn` method with `logger.warning` as the former is deprecated.
\ No newline at end of file