Make 'Connect abort' errors just 'Connect' so all connect errors are lumped together.

This commit is contained in:
Daniel Nichter
2013-02-01 10:47:38 -07:00
parent b3e5a1f0dd
commit 572294540c
4 changed files with 11 additions and 11 deletions

View File

@@ -345,7 +345,7 @@ sub parse_event {
PTDEBUG && _d('Client aborted connection');
my $event = {
cmd => 'Admin',
arg => 'administrator command: Connect aborted',
arg => 'administrator command: Connect',
ts => $packet->{ts},
};
$event = $self->_make_event($event, $packet, $session);