From d19abad1d83d5158c0b99b2b5efe0cf9bad422cd Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Mon, 2 May 2011 09:23:39 +0200 Subject: revert added log line (Log() does not support printf style parameter) --- desktop/win32/source/setup/setup.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/desktop/win32/source/setup/setup.cpp b/desktop/win32/source/setup/setup.cpp index ffa9df9f6e..81e81a6f9f 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; -- cgit v1.2.3