use %p when logging the thread IDs instead of %lu to make it easier to debug multithr...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 20 Feb 2009 12:40:30 +0000 (12:40 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 20 Feb 2009 12:40:30 +0000 (12:40 +0000)
commit122cf17b1304d0af9dfe67d605ee4e5c92dd2dfc
tree2c28fe3e2e652757eed327edebcba9ad5eeda288
parent1e8af825e18fe54c9d0413a026b58c5ddad62f6e
use %p when logging the thread IDs instead of %lu to make it easier to debug multithreaded programs when using GDB (which uses the %p syntax)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/unix/threadpsx.cpp