projects
/
profile
/
ivi
/
wayland.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab2f1cd
)
Change debug format to not confuse object id and message parameters
author
Kristian Høgsberg
<krh@bitplanet.net>
Wed, 8 Sep 2010 02:06:54 +0000
(22:06 -0400)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Wed, 8 Sep 2010 02:06:54 +0000
(22:06 -0400)
connection.c
patch
|
blob
|
history
diff --git
a/connection.c
b/connection.c
index
d772392
..
9893455
100644
(file)
--- a/
connection.c
+++ b/
connection.c
@@
-671,7
+671,7
@@
wl_closure_print(struct wl_closure *closure, struct wl_object *target)
union wl_value *value;
int i;
- fprintf(stderr, "%s
(%d)
.%s(",
+ fprintf(stderr, "%s
@%d
.%s(",
target->interface->name, target->id,
closure->message->name);