Module: wine Branch: master Commit: f2189d17b0e7895a1b5595214678e1241c4592c7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f2189d17b0e7895a1b55952146...
Author: James Hawkins jhawkins@codeweavers.com Date: Fri Apr 25 22:06:50 2008 -0500
msi: Remove a debugging call.
---
dlls/msi/tests/install.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c index fac57c3..c957530 100644 --- a/dlls/msi/tests/install.c +++ b/dlls/msi/tests/install.c @@ -4048,7 +4048,6 @@ static void test_movefiles(void) create_database(msifile, mov_tables, sizeof(mov_tables) / sizeof(msi_table));
MsiSetInternalUI(INSTALLUILEVEL_FULL, NULL); - MsiEnableLog(INSTALLLOGMODE_VERBOSE | INSTALLLOGMODE_EXTRADEBUG, "log.txt", 0);
/* if the source or dest property is not a full path, * windows tries to access it as a network resource