Alexandre Julliard pushed to branch master at wine / wine
Commits:
-
b3aac0e5
by François Gouget at 2024-07-24T20:15:30+02:00
1 changed file:
Changes:
... | ... | @@ -1612,7 +1612,7 @@ static void update_wineprefix( BOOL force ) |
1612 | 1612 | install_root_pnp_devices();
|
1613 | 1613 | update_user_profile();
|
1614 | 1614 | |
1615 | - WINE_MESSAGE( "wine: configuration in %s has been updated.\n", debugstr_w(prettyprint_configdir()) );
|
|
1615 | + TRACE( "wine: configuration in %s has been updated.\n", debugstr_w(prettyprint_configdir()) );
|
|
1616 | 1616 | }
|
1617 | 1617 | |
1618 | 1618 | done:
|