Whitespace

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@951 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Dave Hoover
2010-08-11 18:09:36 +00:00
parent 4e9d20e6d5
commit 69577bb939
2 changed files with 2 additions and 2 deletions
@@ -246,7 +246,7 @@ public class LobbyRegistry
_lobbies.put(category, catlist);
}
catlist.add(record);
log.info("Registered lobby [cat=" + category + ", record=" + record + "].");
log.info("Registered lobby", "cat", category, "record", record);
}
@Inject protected PlaceRegistry _plreg;
@@ -180,7 +180,7 @@ public class EditorApp implements Runnable
_ctx = new EditorContextImpl();
// initialize the frame with the now-prepared context
// initialize the frame with the now-prepared context
_frame.init(_ctx, target);
// wire up our runtime adjustment editor