git-svn-id: https://kippo.googlecode.com/svn/trunk@246 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
desaster 2013-04-08 19:40:25 +00:00
parent 94aa7c4392
commit 1a78b7c30a
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class DBLogger(dblog.DBLogger):
(args['width'], args['height']))
def handleClientVersion(self, session, args):
self.write(session, 'Client version: [%s]' % (arg['version'],))
self.write(session, 'Client version: [%s]' % (args['version'],))
def handleFileDownload(self, session, args):
self.write(session, 'File download: [%s] -> %s' % \