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:
Michael Bayne
2007-07-18 18:34:53 +00:00
parent 30a8179c5f
commit 038e5c5b85
@@ -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);