toString()stravaganza!

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@77 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-07-19 19:30:14 +00:00
parent 41488822dc
commit e912b18e27
18 changed files with 105 additions and 20 deletions
@@ -1,5 +1,5 @@
//
// $Id: AuthRequest.java,v 1.5 2001/06/02 01:30:37 mdb Exp $
// $Id: AuthRequest.java,v 1.6 2001/07/19 19:30:14 mdb Exp $
package com.threerings.cocktail.cher.net;
@@ -54,6 +54,11 @@ public class AuthRequest extends UpstreamMessage
_creds = (Credentials)TypedObjectFactory.readFrom(in);
}
public String toString ()
{
return "[type=AREQ, msgid=" + messageId + ", creds=" + _creds + "]";
}
/**
* The credentials associated with this auth request.
*/