[Spice-devel] [PATCH spice-gtk 1/2] session: use debug message for optionnal key value

Jonathon Jongsma jjongsma at redhat.com
Fri Mar 11 18:00:36 UTC 2016


ok. ACK series, but fix the "optionnal" typo in the subject.


On Fri, 2016-03-11 at 18:15 +0100, Marc-André Lureau wrote:
> This fixes make check failing because of recent spice-common logging
> switch to glib.
> 
> Signed-off-by: Marc-André Lureau <marcandre.lureau at gmail.com>
> ---
>  src/spice-session.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/spice-session.c b/src/spice-session.c
> index a36dcea..249e2d1 100644
> --- a/src/spice-session.c
> +++ b/src/spice-session.c
> @@ -512,7 +512,7 @@ static int spice_parse_uri(SpiceSession *session, const
> char *original_uri)
>  
>          query += len;
>          if (*query == '\0') {
> -            spice_warning ("key '%s' without value", key);
> +            SPICE_DEBUG("key '%s' without value", key);
>              break;
>          } else if (*query == ';' || *query == '&') {
>              /* another argument */


More information about the Spice-devel mailing list