[Spice-devel] [PATCH spice-html5 1/3] Minor change to error message formating.
Christophe Fergeau
cfergeau at redhat.com
Thu Jun 4 00:43:22 PDT 2015
On Wed, Jun 03, 2015 at 05:22:53PM -0500, Jeremy White wrote:
> Signed-off-by: Jeremy White <jwhite at codeweavers.com>
> ---
> display.js | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/display.js b/display.js
> index 814ada6..a749dae 100644
> --- a/display.js
> +++ b/display.js
> @@ -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);
Second hunk seems to be just formatting, and no change of the actual
message, but ACK.
Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20150604/5ac80247/attachment.sig>
More information about the Spice-devel
mailing list