diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-18 15:57:47 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-18 15:57:47 +0000 |
commit | 0dd7a5a27c48db5fb9b89ed794da96deda516594 (patch) | |
tree | cdbe792be53143e0d9c3d139decc0beea1eace21 /vcl/source | |
parent | 961ed635515a346a4395b4abf29675e121ddd8ab (diff) |
restore old explanation message via assert hack
Change-Id: I897f71e5ae4d2368d5d3ced60d90fb1c833fa376
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/app/dbggui.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx index 1e2270f07ed9..a07b72010422 100644 --- a/vcl/source/app/dbggui.cxx +++ b/vcl/source/app/dbggui.cxx @@ -790,7 +790,7 @@ void DbgDialogTest( vcl::Window* pWindow ) void ImplDbgTestSolarMutex() { - assert(ImplGetSVData()->mpDefInst->CheckYieldMutex()); + assert(ImplGetSVData()->mpDefInst->CheckYieldMutex() && "SolarMutex not locked"); } void DbgGUIInitSolarMutexCheck() |