On September 27, 2003 11:41 pm, Alex Pasadyn wrote:
> + ERR("CWSibling specified, but\n");
> + ERR(" parent1 = %lx\n", parent_ret);
> + ERR(" parent2 = %lx\n", parent2_ret);
> + ERR(" --> ignoring CWSibling\n");If you split error messages like this, they can get messed up by different threads. Besides, it is not common idiom, we don't usually have such things. It is best avoided. -- Dimi.
