Commit 848383ac authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent dab0c65f
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment