On 10/28/2011 02:38 AM, Philipp Weissenbacher wrote: > I also translated messages within OSL_ENSURE; wasn't sure if that's permissible. Yes, those messages are printed to stderr if such an assertion fails in an --enable-dbgutil build, so are similar in nature to comments within code (i.e., mainly targeting developers). Stephan