mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2026-01-24 23:32:28 +00:00
remove debug print
(Logical change 1.119) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@422 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
6d4bd5b8ff
commit
7c77f613eb
@ -306,7 +306,7 @@ printf ("Message fragmented %d count %d\n", mcast->fragmented, mcast->msg_count)
|
||||
iov_delv.iov_len = assembly->index + msg_lens[0];
|
||||
for (i = 0; i < mcast->msg_count - 1; i++) {
|
||||
assembly->index += msg_lens[i];
|
||||
printf ("app deliver\n");
|
||||
//printf ("app deliver\n");
|
||||
app_deliver_fn (source_addr, &iov_delv, 1,
|
||||
endian_conversion_required);
|
||||
iov_delv.iov_base = &assembly->data[assembly->index];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user