To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=89017 Issue #|89017 Summary|osl_trace should emit trailing line feed to the debugg |er Component|porting Version|current Platform|PC URL| OS/Version|Windows XP Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P4 Subcomponent|code Assigned to|hro Reported by|fs
------- Additional comments from [EMAIL PROTECTED] Mon May 5 09:10:50 +0000 2008 ------- Whenever I use OSL_TRACE on Windows, I am annoyed by the fact that, though it nicely emits the trace string to the debugger (using OutputDebugString), it does *not* emit the trailing line feed \n via this channel. Instead, the trace message and the line feed are fed into stderr only. This is ugly insofar as a) the debugger output is the only viable option to capture traces on Windows, since stderr is not capture otherwise and b) you cannot simply add the \n to your trace message, as this would be one line feed too much for other platforms (where the default output channel to monitor trace is stderr, where the \n in fact is appended). The attached patch adds the line feed to the message emitted to OutputDebugString. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
