Skip to content

Commit

Permalink
* added nice output in Simulator.onMessage()
Browse files Browse the repository at this point in the history
  • Loading branch information
thebohemian committed Jan 6, 2012
1 parent 9f69e7d commit 943073f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion questor-js-arch-poc/assets/simulator/simulator.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Simulator = function() {
/** This method handles the messages send from the renderer.
*/
Simulator.prototype.onMessage = function(type, ctx, msg) {
logger.i("onMessage: " + type);
logger.i("Simulator.onMessage('{0}', '{1}', '{2}'}".format(type, ctx, msg));

if ("join" == type) {
session = this.newSession(msg);
Expand Down

0 comments on commit 943073f

Please sign in to comment.