Author: adrian.chadd
Date: Thu Feb 5 10:58:11 2009
New Revision: 13800
Modified:
branches/LUSCA_HEAD/src/MemBuf.c
Log:
Add some debugging!
Modified: branches/LUSCA_HEAD/src/MemBuf.c
==============================================================================
--- branches/LUSCA_HEAD/src/MemBuf.c (original)
+++ branches/LUSCA_HEAD/src/MemBuf.c Thu Feb 5 10:58:11 2009
@@ -28,6 +28,8 @@
int ret;
/* extend buffer to have enough space */
+ debug(1, 3) ("buf_read: len %d, capacity %d, read size %d\n",
+ buf_len(b), buf_capacity(b), read_size);
buf_grow_to_min_free(b, read_size);
/* read into empty space */
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---