Not so verbose.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@513 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2007-12-03 18:30:22 +00:00
parent 7be5c32548
commit 6f2dd5e614
@@ -230,7 +230,7 @@ public class TableManager
// remove the mapping from this user to the table // remove the mapping from this user to the table
if (null == notePlayerRemoved(leaver.getOid(), leaver)) { if (null == notePlayerRemoved(leaver.getOid(), leaver)) {
Log.warning("No body to table mapping to clear? [leaver=" + leaver + Log.warning("No body to table mapping to clear? [leaver=" + leaver.who() +
", table=" + table + "]."); ", table=" + table + "].");
} }