From dad8998b07e19c5e0e07d603c79472082db4fd6b Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 14:54:42 +0000 Subject: INTEGRATION: CWS dbgmacros1 (1.2.2); FILE MERGED 2003/04/10 17:36:11 kso 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2003/04/09 10:09:49 kso 1.2.2.1: #108413# - debug macro unification. --- automation/source/testtool/objtest.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'automation/source/testtool/objtest.cxx') diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx index 907b43ba1b21..d8a349614c9b 100644 --- a/automation/source/testtool/objtest.cxx +++ b/automation/source/testtool/objtest.cxx @@ -2,9 +2,9 @@ * * $RCSfile: objtest.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2003-03-26 12:07:27 $ + * last change: $Author: vg $ $Date: 2003-04-15 15:54:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -3290,7 +3290,7 @@ BOOL TestToolObj::ReturnResults( SvStream *pIn ) pImpl->naRemoteTime[ i ] += nLNr1; pImpl->naLocalTime[ i ] += Time::GetSystemTicks() - pImpl->LocalStarttime; - #ifdef DEBUG + #if OSL_DEBUG_LEVEL > 1 if ( nLNr1 > (Time::GetSystemTicks() - pImpl->LocalStarttime) ) { String aLine = CUniString("Testtoolzeit(").Append(String::CreateFromInt64(Time::GetSystemTicks() - pImpl->LocalStarttime)).AppendAscii(") kleiner Officezeit(").Append(String::CreateFromInt64(nLNr1)).AppendAscii(")\n"); -- cgit v1.2.3