add todo comment about fixing dbus_verbose_bytes not to print when not in verbose mode

This commit is contained in:
Havoc Pennington 2003-01-07 18:51:55 +00:00
parent 3d2dee2a7f
commit 49686ee969

View file

@ -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
*/