diff --git a/display.js b/display.js index 788fcc65c9c4a977c04e5b6548cfe6742b994d5f..40a809ea87e6ec06e10e01be26d89280d73f2b4c 100644 --- a/display.js +++ b/display.js @@ -535,7 +535,7 @@ SpiceDisplayConn.prototype.process_channel_message = function(msg) if (msg.type == SPICE_MSG_DISPLAY_STREAM_CREATE) { var m = new SpiceMsgDisplayStreamCreate(msg.data); - STREAM_DEBUG > 0 && console.log(this.type + ": MsgStreamCreate id" + m.id + + STREAM_DEBUG > 0 && console.log(this.type + ": MsgStreamCreate id" + m.id + "; type " + m.codec_type + "; width " + m.stream_width + "; height " + m.stream_height + "; left " + m.dest.left + "; top " + m.dest.top );