Changeset facd3090fdc3df401e563d243b5667feca02d9cf
- Timestamp:
- 05/16/11 06:54:22 (2 years ago)
- Author:
- Nedko Arnaudov <nedko@…>
- Children:
- 62a15d55e20f01da68bf3fcc94a135ec3e9e7d1f
- Parents:
- 7f512b33fc9ad98091228c8fb5644a018330a240
- git-committer:
- Nedko Arnaudov <nedko@arnaudov.name> / 2011-05-16T06:54:22Z+0300
- Message:
-
ladishd: fix log line
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r91b8778
|
rfacd309
|
|
| 2638 | 2638 | { |
| 2639 | 2639 | client_ptr = list_entry(client_node_ptr, struct ladish_graph_client, siblings); |
| 2640 | | log_info(" %s client '%s', id=%"PRIu64", ptr=%p%", client_ptr->hidden ? "invisible" : "visible", client_ptr->name, client_ptr->id, client_ptr->client); |
| | 2640 | log_info(" %s client '%s', id=%"PRIu64", ptr=%p", client_ptr->hidden ? "invisible" : "visible", client_ptr->name, client_ptr->id, client_ptr->client); |
| 2641 | 2641 | |
| 2642 | 2642 | ladish_client_get_uuid(client_ptr->client, uuid); |