summaryrefslogtreecommitdiff
path: root/common/gdbusutils.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 11:20:45 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 11:20:45 +0000
commitfeb08a4d251b648914cd324f9ef28e63501910dd (patch)
tree8faea4d37d10625af7c21367a1a4968391287ba9 /common/gdbusutils.c
parent91c89c59215f5223e623f8a3ee6bf00d4c31a4f6 (diff)
downloadgvfs-feb08a4d251b648914cd324f9ef28e63501910dd.tar.gz
Nicer error text
Original git commit by Alexander Larsson <alex@greebo.(none)> at 1170173502 +0100 svn path=/trunk/; revision=287
Diffstat (limited to 'common/gdbusutils.c')
-rw-r--r--common/gdbusutils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gdbusutils.c b/common/gdbusutils.c
index 3f3725dd..569b31f4 100644
--- a/common/gdbusutils.c
+++ b/common/gdbusutils.c
@@ -307,8 +307,8 @@ _g_dbus_message_iter_get_args_valist (DBusMessageIter *iter,
if (msg_type != dbus_spec_type)
{
dbus_set_error (error, DBUS_ERROR_INVALID_ARGS,
- "Argument %d is specified to be of type \"%d\", but "
- "is actually of type \"%d\"\n", i,
+ "Argument %d is specified to be of type \"%c\", but "
+ "is actually of type \"%c\"\n", i,
spec_type,
msg_type);