From 1965e4ed30556b62003fd53fd7210b57ffbb4a6c Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sat, 27 Nov 2004 22:29:32 +0000 Subject: [PATCH] Terser logging. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3249 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/parlor/server/ParlorProvider.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/java/com/threerings/parlor/server/ParlorProvider.java b/src/java/com/threerings/parlor/server/ParlorProvider.java index 0fcb669f4..c2ec575f0 100644 --- a/src/java/com/threerings/parlor/server/ParlorProvider.java +++ b/src/java/com/threerings/parlor/server/ParlorProvider.java @@ -1,5 +1,5 @@ // -// $Id: ParlorProvider.java,v 1.15 2004/08/27 02:20:14 mdb Exp $ +// $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved @@ -114,7 +114,7 @@ public class ParlorProvider GameConfig config, TableListener listener) throws InvocationException { - Log.info("Handling create table request [caller=" + caller + + Log.info("Handling create table request [caller=" + caller.who() + ", lobbyOid=" + lobbyOid + ", config=" + config + "]."); // pass the creation request on to the table manager @@ -130,7 +130,7 @@ public class ParlorProvider int position, InvocationListener listener) throws InvocationException { - Log.info("Handling join table request [caller=" + caller + + Log.info("Handling join table request [caller=" + caller.who() + ", lobbyOid=" + lobbyOid + ", tableId=" + tableId + ", position=" + position + "]."); @@ -149,7 +149,7 @@ public class ParlorProvider InvocationListener listener) throws InvocationException { - Log.info("Handling leave table request [caller=" + caller + + Log.info("Handling leave table request [caller=" + caller.who() + ", lobbyOid=" + lobbyOid + ", tableId=" + tableId + "]."); // pass the join request on to the table manager