summaryrefslogtreecommitdiff
path: root/desktop/win32/source/setup
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
commit4891197029390dae561ad81432f9d302c7c5f925 (patch)
tree5dcfb668ef92a08d88f26ec1cbeac7b21f779581 /desktop/win32/source/setup
parentd25e63e46f33a587936306ac4050a0e0f5efbe0a (diff)
revert added log line (Log() does not support printf style parameter)
Diffstat (limited to 'desktop/win32/source/setup')
-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 e4c788515d85..e84a0a697592 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;