From a00ca2f79b604f345dc20088685344db92520b90 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 15:36:38 +0000 Subject: [PATCH] INTEGRATION: CWS dbgmacros1 (1.4.58); FILE MERGED 2003/04/09 10:38:50 kso 1.4.58.1: #108413# - debug macro unification. --- cppu/source/threadpool/thread.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cppu/source/threadpool/thread.cxx b/cppu/source/threadpool/thread.cxx index 009f5ad12711..2f1357545f86 100644 --- a/cppu/source/threadpool/thread.cxx +++ b/cppu/source/threadpool/thread.cxx @@ -2,9 +2,9 @@ * * $RCSfile: thread.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jbu $ $Date: 2001-06-08 15:52:21 $ + * last change: $Author: vg $ $Date: 2003-04-15 16:36:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,7 +85,7 @@ namespace cppu_threadpool { // ---------------------------------------------------------------------------------- ThreadAdmin::~ThreadAdmin() { -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 if( m_lst.size() ) { fprintf( stderr, "%d Threads left\n" , m_lst.size() );