Archiviert
13
0

Use the correct sender instance.

Dieser Commit ist enthalten in:
Kristian S. Stangeland 2014-09-24 00:59:48 +02:00
Ursprung 25cb648cfa
Commit d8181b7bf3

Datei anzeigen

@ -126,7 +126,7 @@ public class NettyProtocolInjector implements ChannelListener {
injectionFactory.fromChannel(channel, NettyProtocolInjector.this, playerFactory).inject(); injectionFactory.fromChannel(channel, NettyProtocolInjector.this, playerFactory).inject();
} }
} catch (Exception e) { } 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)); messageParam(channel).error(e));
} }
} }