mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-html5
synced 2026-01-08 21:14:07 +00:00
Minor change to error message formating.
This commit is contained in:
parent
c1e736b083
commit
e542bda56f
@ -469,11 +469,11 @@ SpiceDisplayConn.prototype.process_channel_message = function(msg)
|
||||
if (!this.streams)
|
||||
this.streams = new Array();
|
||||
if (this.streams[m.id])
|
||||
console.log("Stream already exists");
|
||||
console.log("Stream " + m.id + " already exists");
|
||||
else
|
||||
this.streams[m.id] = m;
|
||||
if (m.codec_type != SPICE_VIDEO_CODEC_TYPE_MJPEG)
|
||||
console.log("Unhandled stream codec: "+m.codec_type);
|
||||
console.log("Unhandled stream codec: " + m.codec_type);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user