Hi,
On 06/15/2013 12:03 AM, Chris Dickens wrote:
> Hi,
>
> I have an application that prints to stderr when debugging is enabled. It is
> multithreaded, so stderr gets a lot of concurrent activity. I have noticed
> that libusbx output is often broken up, and looking at the usbi_log_v()
> functi
Hi,
I have an application that prints to stderr when debugging is enabled. It
is multithreaded, so stderr gets a lot of concurrent activity. I have
noticed that libusbx output is often broken up, and looking at the
usbi_log_v() function reveals multiple separate calls to the printf
functions.
AFA