Mercurial > code > home > repos > light9
changeset 1908:70078fbe710d
update logging api
Ignore-this: b5351bdd05b5750cee77a17bf2b072c7
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 01 Jun 2019 10:55:48 +0000 |
parents | ec6ec713c276 |
children | 5a9952820f9d |
files | bin/keyboardcomposer |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/keyboardcomposer Sat Jun 01 10:54:45 2019 +0000 +++ b/bin/keyboardcomposer Sat Jun 01 10:55:48 2019 +0000 @@ -142,7 +142,7 @@ self.scale.set(newVal) self.levellabel.config(text=str(newVal)) except Exception: - log.warn("disabling handlers on broken subbox") + log.warning("disabling handlers on broken subbox") self.dead = True def cleanup(self):