summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-01-07 18:51:55 +0000
committerHavoc Pennington <hp@redhat.com>2003-01-07 18:51:55 +0000
commit49686ee969ee377c19f82be12dd03b538bbd2871 (patch)
tree72d44914d227c2485d58d912701e63101966cdbc
parent3d2dee2a7ff006d95a8f1225db80d49883b13a76 (diff)
add todo comment about fixing dbus_verbose_bytes not to print when not in verbose mode
-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 8e14d702..49d06a73 100644
--- a/dbus/dbus-marshal.c
+++ b/dbus/dbus-marshal.c
@@ -384,6 +384,8 @@ _dbus_demarshal_string (DBusString *str,
/**
* If in verbose mode, print a block of binary data.
*
+ * @todo right now it prints even if not in verbose mode
+ *
* @param data the data
* @param len the length of the data
*/