[Spice-devel] [PATCH spice-gtk 4/4] Fix incorrect format string
Christophe Fergeau
cfergeau at redhat.com
Mon Jun 11 05:02:35 PDT 2012
ACK
On Fri, Jun 08, 2012 at 12:13:29PM +0200, Marc-André Lureau wrote:
> ---
> gtk/channel-playback.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gtk/channel-playback.c b/gtk/channel-playback.c
> index 1485267..61501c8 100644
> --- a/gtk/channel-playback.c
> +++ b/gtk/channel-playback.c
> @@ -509,7 +509,7 @@ void spice_playback_channel_set_delay(SpicePlaybackChannel *channel, guint32 del
>
> g_return_if_fail(SPICE_IS_PLAYBACK_CHANNEL(channel));
>
> - SPICE_DEBUG("playback set_delay %d ms", delay_ms);
> + SPICE_DEBUG("playback set_delay %u ms", delay_ms);
>
> c = channel->priv;
> spice_session_set_mm_time(spice_channel_get_session(SPICE_CHANNEL(channel)),
> --
> 1.7.10.2
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20120611/c4d236f0/attachment.pgp>
More information about the Spice-devel
mailing list