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

This commit is contained in:
Alexandre Julliard 2008-02-29 20:55:42 +01:00
parent dab0c65fe4
commit 848383ac82
1 changed files with 1 additions and 1 deletions

View File

@ -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);