# HG changeset patch # User Drew Perttula # Date 2019-06-01 10:55:48 # Node ID 70078fbe710dc5116ccfa0eaabe509d10c57fb5f # Parent ec6ec713c27613ba30ec48f3bb406ddd0302eb8e update logging api Ignore-this: b5351bdd05b5750cee77a17bf2b072c7 diff --git a/bin/keyboardcomposer b/bin/keyboardcomposer --- a/bin/keyboardcomposer +++ b/bin/keyboardcomposer @@ -142,7 +142,7 @@ class SubmasterBox(tk.Frame): 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):