Use the correct sender instance.

This commit is contained in:
Kristian S. Stangeland 2014-09-24 00:59:48 +02:00
parent 25cb648cfa
commit d8181b7bf3
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ public class NettyProtocolInjector implements ChannelListener {
injectionFactory.fromChannel(channel, NettyProtocolInjector.this, playerFactory).inject();
}
} catch (Exception e) {
reporter.reportDetailed(this, Report.newBuilder(REPORT_CANNOT_INJECT_INCOMING_CHANNEL).
reporter.reportDetailed(NettyProtocolInjector.this, Report.newBuilder(REPORT_CANNOT_INJECT_INCOMING_CHANNEL).
messageParam(channel).error(e));
}
}