mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gdbusmethodinvocation: Drop redundant quote from warning message
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
76f5460107
commit
7143457076
@ -413,7 +413,7 @@ g_dbus_method_invocation_return_value_internal (GDBusMethodInvocation *invocatio
|
|||||||
{
|
{
|
||||||
gchar *type_string = g_variant_type_dup_string (type);
|
gchar *type_string = g_variant_type_dup_string (type);
|
||||||
|
|
||||||
g_warning ("Type of return value is incorrect: expected '%s', got '%s''",
|
g_warning ("Type of return value is incorrect: expected '%s', got '%s'",
|
||||||
type_string, g_variant_get_type_string (parameters));
|
type_string, g_variant_get_type_string (parameters));
|
||||||
g_variant_type_free (type);
|
g_variant_type_free (type);
|
||||||
g_free (type_string);
|
g_free (type_string);
|
||||||
|
Loading…
Reference in New Issue
Block a user