From 867a31b7d72ba693d01dd59ed809700df598758f Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 22 Apr 2005 10:28:35 +0000 Subject: INTEGRATION: CWS perform03 (1.174.4); FILE MERGED 2005/04/20 07:46:55 mt 1.174.4.2: RESYNC: (1.174-1.175); FILE MERGED 2005/04/20 07:18:18 mt 1.174.4.1: #i47755# RTL_LOGFILE_PRODUCT_* for logs in release versions... --- desktop/source/app/app.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'desktop') diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index fd8ca312e268..5432603f271a 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -2,9 +2,9 @@ * * $RCSfile: app.cxx,v $ * - * $Revision: 1.175 $ + * $Revision: 1.176 $ * - * last change: $Author: obo $ $Date: 2005-04-18 14:43:08 $ + * last change: $Author: obo $ $Date: 2005-04-22 11:28:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1688,7 +1688,7 @@ void Desktop::Main() Application::AcquireSolarMutex( nAcquireCount ); // call Application::Execute to process messages in vcl message loop - RTL_LOGFILE_TRACE( "PERFORMANCE - enter Application::Execute()" ); + RTL_LOGFILE_PRODUCT_TRACE( "PERFORMANCE - enter Application::Execute()" ); try { @@ -1906,7 +1906,7 @@ IMPL_STATIC_LINK( Desktop, AsyncTerminate, void*, NOTINTERESTEDIN ) IMPL_LINK( Desktop, OpenClients_Impl, void*, pvoid ) { - RTL_LOGFILE_CONTEXT( aLog, "PERFORMANCE - DesktopOpenClients_Impl()" ); + RTL_LOGFILE_PRODUCT_CONTEXT( aLog, "PERFORMANCE - DesktopOpenClients_Impl()" ); OpenClients(); -- cgit