Changeset - 70078fbe710d
[Not reviewed]
default
0 1 0
Drew Perttula - 6 years ago 2019-06-01 10:55:48
drewp@bigasterisk.com
update logging api
Ignore-this: b5351bdd05b5750cee77a17bf2b072c7
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/keyboardcomposer
Show inline comments
 
@@ -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):
0 comments (0 inline, 0 general)