X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/02761f6cd478e3c2c97cf6f93442747f7b029833..7f4f5e8c24607ead9b5e2f4c60658dcd61f028f4:/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()