mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
msi/tests: Replace a printf() by a trace().
This commit is contained in:
parent
dab0c65fe4
commit
848383ac82
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue