From: Havoc Pennington Date: Tue, 7 Jan 2003 18:51:55 +0000 (+0000) Subject: add todo comment about fixing dbus_verbose_bytes not to print when not in verbose... X-Git-Tag: dbus-0.1~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49686ee969ee377c19f82be12dd03b538bbd2871;p=thirdparty%2Fdbus.git add todo comment about fixing dbus_verbose_bytes not to print when not in verbose mode --- diff --git a/dbus/dbus-marshal.c b/dbus/dbus-marshal.c index 8e14d7028..49d06a734 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 */