From 96ca8c89e66eb11b06a3ecd9b851fd3d62df4787 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 8 Aug 2003 19:47:59 +0000 Subject: [PATCH] Improve the wording of the warning for invalid values. (#117246, Mariano Suarez-Alvarez) --- gobject/gobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gobject/gobject.c b/gobject/gobject.c index 2bd110b9e..ed931edd5 100644 --- a/gobject/gobject.c +++ b/gobject/gobject.c @@ -589,7 +589,7 @@ object_set_property (GObject *object, { gchar *contents = g_strdup_value_contents (value); - g_warning ("value \"%s\" of type `%s' is invalid for property `%s' of type `%s'", + g_warning ("value \"%s\" of type `%s' is invalid or out of range for property `%s' of type `%s'", contents, G_VALUE_TYPE_NAME (value), pspec->name,