[Libreoffice-commits] .: Branch 'libreoffice-3-4' - desktop/win32

Andras Timar timar at kemper.freedesktop.org
Mon May 2 00:27:36 PDT 2011


 desktop/win32/source/setup/setup.cpp |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit d19abad1d83d5158c0b99b2b5efe0cf9bad422cd
Author: Andras Timar <timar at fsf.hu>
Date:   Mon May 2 09:23:39 2011 +0200

    revert added log line (Log() does not support printf style parameter)

diff --git a/desktop/win32/source/setup/setup.cpp b/desktop/win32/source/setup/setup.cpp
index ffa9df9..81e81a6 100644
--- a/desktop/win32/source/setup/setup.cpp
+++ b/desktop/win32/source/setup/setup.cpp
@@ -1898,7 +1898,6 @@ boolean SetupAppX::IsPatchInstalled( TCHAR* pBaseDir, TCHAR* pFileName )
 boolean SetupAppX::InstallRuntimes( TCHAR *sProductCode, TCHAR *sRuntimePath )
 {
     INSTALLSTATE  nRet = MsiQueryProductState( sProductCode );
-    Log( TEXT( "MsiQueryProductState returned <%d>\r\n" ), nRet );
     OutputDebugStringFormat( TEXT( "MsiQueryProductState returned <%d>\r\n" ), nRet );
     if ( nRet == INSTALLSTATE_DEFAULT )
         return true;


More information about the Libreoffice-commits mailing list