msi: Don't trace the tables names on import.
This commit is contained in:
parent
efc56634fa
commit
5bec7d4bbf
|
@ -272,7 +272,6 @@ 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));
|
write_file(table->filename, table->data, (table->size - 1) * sizeof(char));
|
||||||
|
|
||||||
trace("table->filename: %s\n", table->filename);
|
|
||||||
r = MsiDatabaseImportA(db, CURR_DIR, table->filename);
|
r = MsiDatabaseImportA(db, CURR_DIR, table->filename);
|
||||||
ok(r == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %u\n", r);
|
ok(r == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %u\n", r);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue