Alan Robertson

Results 14 comments of Alan Robertson

The code generating this message is: ``` DEBUGMSG2("%s.%d: trying to set %sput buffer size to %d", __FUNCTION__, __LINE__ , (forinput ? "in" : "out"), retval); ``` DEBUGMSG2 is defined as:...

Dave's #19 commit addressed the first issue, but not the second. He'll get to that later...

This item is closed since the first part (generate events) is done. #25 comprises the second half (searchable) of this work item.

Here are a few issues that came up when I looked at the script: - It doesn't do what you intended when run under /bin/sh (use printf rather than echo...