summaryrefslogtreecommitdiff
path: root/notmuch-ssh-server
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch-ssh-server')
-rw-r--r--notmuch-ssh-server2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-ssh-server b/notmuch-ssh-server
index 9f2ee76..c65268b 100644
--- a/notmuch-ssh-server
+++ b/notmuch-ssh-server
@@ -10,7 +10,7 @@ import logging
10from logging.handlers import SysLogHandler 10from logging.handlers import SysLogHandler
11 11
12 12
13syslog = SysLogHandler 13syslog = SysLogHandler()
14logging.basicConfig(handlers = [syslog], level = logging.DEBUG) 14logging.basicConfig(handlers = [syslog], level = logging.DEBUG)
15 15
16 16