fix syntax on the latest fix

git-svn-id: https://kippo.googlecode.com/svn/trunk@237 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
desaster
2013-03-28 23:00:48 +00:00
parent 5715a915c7
commit 372f8fc52f

View File

@@ -11,8 +11,8 @@ class DBLogger(object):
self.re_connected = re.compile(
'^New connection: ([0-9.]+):([0-9]+) \(([0-9.]+):([0-9]+)\) ' + \
'\[session: ([0-9]+)\]$')
self.re_sessionlog =
re.compile('.*HoneyPotTransport,([0-9]+),[0-9.]+$')
self.re_sessionlog = re.compile(
'.*HoneyPotTransport,([0-9]+),[0-9.]+$')
# :dispatch: means the message has been delivered directly via
# logDispatch, instead of relying on the twisted logging, which breaks