diff options
-rw-r--r-- | ucad.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |