This fixes make check failing because of recent spice-common logging switch to glib. Signed-off-by: Marc-André Lureau <marcandre.lureau@xxxxxxxxx> --- 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 */ -- 2.5.0 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel