X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/02761f6cd478e3c2c97cf6f93442747f7b029833..12bb29f5432174ecbd65549bda832d70d34a98ae:/src/gtk1/threadno.cpp diff --git a/src/gtk1/threadno.cpp b/src/gtk1/threadno.cpp index a4bcf8a517..572f91df81 100644 --- a/src/gtk1/threadno.cpp +++ b/src/gtk1/threadno.cpp @@ -28,7 +28,9 @@ wxMutex::wxMutex() wxMutex::~wxMutex() { if (m_locked) + { wxLogDebug( "wxMutex warning: destroying a locked mutex (%d locks)", m_locked ); + } } wxMutexError wxMutex::Lock()