Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
icaruseffect committed Aug 10, 2014
1 parent 7a437f5 commit 321b3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncthing-ubuntu-indicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
import logging as log

""" setup debugging: """
log.basicConfig(filename='debug.log',filemode='w', format='%(asctime)s %(levelname)s: %(message)s',level=log.error)
log.basicConfig(filename='debug.log',filemode='w', format='%(asctime)s %(levelname)s: %(message)s',level=log.ERROR)

class Main(object):
def __init__(self):
Expand Down

0 comments on commit 321b3f8

Please sign in to comment.