Differentiating these invokers turns out not to be especially useful. Let's
avoid log spam and call them all the same thing. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4773 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -64,7 +64,7 @@ public abstract class Authenticator
|
||||
final AuthResponseData rdata = createResponseData();
|
||||
final AuthResponse rsp = new AuthResponse(rdata);
|
||||
|
||||
getInvoker().postUnit(new Invoker.Unit("auth:" + req.getCredentials()) {
|
||||
getInvoker().postUnit(new Invoker.Unit("authenticateConnection") {
|
||||
public boolean invoke() {
|
||||
try {
|
||||
processAuthentication(conn, rsp);
|
||||
|
||||
Reference in New Issue
Block a user