Alexandre Julliard pushed to branch master at wine / wine
Commits: b3aac0e5 by François Gouget at 2024-07-24T20:15:30+02:00 wineboot: Downgrade the wineprefix update message to a trace.
There is no reason for Wine to unconditionally pollute stderr.
- - - - -
1 changed file:
- programs/wineboot/wineboot.c
Changes:
===================================== programs/wineboot/wineboot.c ===================================== @@ -1612,7 +1612,7 @@ static void update_wineprefix( BOOL force ) install_root_pnp_devices(); update_user_profile();
- WINE_MESSAGE( "wine: configuration in %s has been updated.\n", debugstr_w(prettyprint_configdir()) ); + TRACE( "wine: configuration in %s has been updated.\n", debugstr_w(prettyprint_configdir()) ); }
done:
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b3aac0e5562c8e29c30b2e2a5c7f2f7...