summaryrefslogtreecommitdiffstats
path: root/ucad.c
diff options
context:
space:
mode:
Diffstat (limited to 'ucad.c')
-rw-r--r--ucad.c2
1 files changed, 1 insertions, 1 deletions
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;
}