projects
/
platform
/
upstream
/
dbus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d2dee2
)
add todo comment about fixing dbus_verbose_bytes not to print when not in verbose...
author
Havoc Pennington
<hp@redhat.com>
Tue, 7 Jan 2003 18:51:55 +0000
(18:51 +0000)
committer
Havoc Pennington
<hp@redhat.com>
Tue, 7 Jan 2003 18:51:55 +0000
(18:51 +0000)
dbus/dbus-marshal.c
patch
|
blob
|
history
diff --git
a/dbus/dbus-marshal.c
b/dbus/dbus-marshal.c
index 8e14d70286e141ddf4f8c3abc815b818d54335af..49d06a734f4f004e1e97903181f67589db7c07ca 100644
(file)
--- 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
*/