summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-05 20:48:37 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-06 17:38:49 +0100
commit11d358ef1f3df45448a1196b7ee9c489690341e9 (patch)
tree7f87f8b582212ae18b864ec19fb3c8bbb4028edb /chart2/source/controller/main
parent548b32a73b89faac9cdc18e0505ccc41efa0d369 (diff)
Use OSL_DEBUG_LEVEL > 1 instead of > 2
Diffstat (limited to 'chart2/source/controller/main')
-rw-r--r--chart2/source/controller/main/ChartController.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/main/ChartController.cxx b/chart2/source/controller/main/ChartController.cxx
index da635df1175e..ba8ecd6c3752 100644
--- a/chart2/source/controller/main/ChartController.cxx
+++ b/chart2/source/controller/main/ChartController.cxx
@@ -237,7 +237,7 @@ void ChartController::TheModel::tryTermination()
//since we have indicated to give up the ownership with paramter true in close call
//the one who has thrown the CloseVetoException is the new owner
-#if OSL_DEBUG_LEVEL > 2
+#if OSL_DEBUG_LEVEL > 1
OSL_ENSURE( !m_bOwnership,
"INFO: a well known owner has catched a CloseVetoException after calling close(true)" );
#endif