summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-marshal.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-10-22 16:01:08 +0000
committerHavoc Pennington <hp@redhat.com>2003-10-22 16:01:08 +0000
commiteb9aa9da9564f2df788580394e67ae6105e517fb (patch)
treec04ed9d5e081bcfc1e050ed960c488bad3f617de /dbus/dbus-marshal.c
parent10faede1eec77b0687ad007fa59608e96d80317d (diff)
2003-10-22 Havoc Pennington <hp@redhat.com>
* bus/bus.c (bus_context_check_security_policy): fix up assertion * bus/connection.c (bus_transaction_send_from_driver): set the destination to the connection's base service
Diffstat (limited to 'dbus/dbus-marshal.c')
-rw-r--r--dbus/dbus-marshal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/dbus-marshal.c b/dbus/dbus-marshal.c
index da7bbd4e..428e1fd2 100644
--- a/dbus/dbus-marshal.c
+++ b/dbus/dbus-marshal.c
@@ -1808,6 +1808,8 @@ _dbus_marshal_validate_type (const DBusString *str,
*end_pos = pos + 1;
return TRUE;
}
+
+ _dbus_verbose ("'%c' %d invalid type code\n", (int) *data, (int) *data);
return FALSE;
}