stop logging exec cmd, already logged before

This commit is contained in:
Michel Oosterhof 2015-03-11 15:33:09 +00:00
parent 8733cca515
commit f39e5d6491
1 changed files with 0 additions and 1 deletions

View File

@ -320,7 +320,6 @@ class HoneyPotAvatar(avatar.ConchUser):
'exec_enabled not enabled in configuration file!')
return
log.msg( 'exec command: "%s"' % cmd )
serverProtocol = protocol.LoggingServerProtocol(
protocol.HoneyPotExecProtocol, self, self.env, cmd)
self.protocol = serverProtocol