summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <timar@fsf.hu>2011-05-02 09:23:39 +0200
committerAndras Timar <timar@fsf.hu>2011-05-02 09:23:39 +0200
commitd19abad1d83d5158c0b99b2b5efe0cf9bad422cd (patch)
tree204ed6394e35d94095e0a545d89aba5db9e4e137
parent1c6155ac7ea38c0057f144582dd5c23c3a12ba76 (diff)
revert added log line (Log() does not support printf style parameter)
-rw-r--r--desktop/win32/source/setup/setup.cpp1
1 files changed, 0 insertions, 1 deletions
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;