From 533a6c40771212754a1341140c42bde8c5a3e017 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 10 Oct 2017 15:24:23 +0200 Subject: ucad: improve warning --- ucad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucad.c b/ucad.c index c8499c0..f5817b9 100644 --- a/ucad.c +++ b/ucad.c @@ -137,7 +137,7 @@ serialize_param_spec (GParamSpec *pspec, UcaNetMessageProperty *prop) CASE_NUMERIC (G_TYPE_DOUBLE, gdouble, GParamSpecDouble) break; default: - g_warning ("Unsupported property type"); + g_warning ("Cannot serialize property %s", prop->name); return FALSE; } -- cgit v1.2.3