Re: [Libreoffice-commits] Use SAL_INFO instead of home-grown msgs_debug

2013-01-22 Thread Stephan Bergmann

On 01/19/2013 10:42 AM, Libreoffice Gerrit user wrote:

commit fcf7f3596054f24bebf767f9cabfc96dfa577480
Author: Tor Lillqvist t...@iki.fi
Date:   Sat Jan 19 10:44:33 2013 +0200

 Use SAL_INFO instead of home-grown msgs_debug

 If there is a need to optionally get a thread identifier or the
 function name into logging output (as msgs_debug did), we should
 figure out a way to do that in some elegant fashion in the sal logging
 macros instead of using some local solution in just one place in the
 code.


Note that SAL_INFO/WARN do include both a process ID and a thread ID in 
their output.


Stephan
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice-commits] Use SAL_INFO instead of home-grown msgs_debug

2013-01-22 Thread Tor Lillqvist
 Note that SAL_INFO/WARN do include both a process ID and a thread ID in
 their output.

Ah, indeed, I hadn't realized that the thread id is there already,
There was even less reason then for the msgs_debug stuff.

--tml
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice