Alexandre Julliard : msi/tests: Replace a printf() by a trace().

Alexandre Julliard julliard at winehq.org
Fri Feb 29 14:20:38 CST 2008


Module: wine
Branch: master
Commit: 848383ac8239140ff6ef43c516c1cf322c41bec1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=848383ac8239140ff6ef43c516c1cf322c41bec1

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Feb 29 20:55:42 2008 +0100

msi/tests: Replace a printf() by a trace().

---

 dlls/msi/tests/automation.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msi/tests/automation.c b/dlls/msi/tests/automation.c
index 358d1bc..09d1279 100644
--- a/dlls/msi/tests/automation.c
+++ b/dlls/msi/tests/automation.c
@@ -272,7 +272,7 @@ static void create_database(const CHAR *name, const msi_table *tables, int num_t
 
         write_file(table->filename, table->data, (table->size - 1) * sizeof(char));
 
-        printf("table->filename: %s\n", table->filename);
+        trace("table->filename: %s\n", table->filename);
         r = MsiDatabaseImportA(db, CURR_DIR, table->filename);
         ok(r == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %u\n", r);
 




More information about the wine-cvs mailing list