Skip to content

Commit

Permalink
Merge pull request #65 from topiux/patch-2
Browse files Browse the repository at this point in the history
Update loki.py
  • Loading branch information
Neo23x0 authored Apr 19, 2017
2 parents 7483b9d + 90f32e9 commit 8fa829a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loki.py
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ def check_process_connections(self, process):

# Full list
connection_count += 1
logger.log("NOTICE", "Established conenction PID: %s NAME: %s COMMAND: %s LIP: %s LPORT: %s RIP: %s RPORT: %s" % (
logger.log("NOTICE", "Established connection PID: %s NAME: %s COMMAND: %s LIP: %s LPORT: %s RIP: %s RPORT: %s" % (
str(pid), name, command, str(x.laddr[0]), str(x.laddr[1]), str(x.raddr[0]), str(x.raddr[1]) ))

# Maximum connection output
Expand Down

0 comments on commit 8fa829a

Please sign in to comment.