Use wp_info() for "Loading profile" message

This is an ordinary progress message - nothing for the user to do about it.
This commit is contained in:
Andrew Sayers 2025-02-21 09:24:17 +00:00
parent d91c366c2f
commit 07e8248928
No known key found for this signature in database
GPG key ID: D44E183E68ABF38D

View file

@ -941,7 +941,7 @@ wp_internal_comp_loader_load (WpComponentLoader * self, WpCore * core,
g_autoptr (GError) error = NULL;
const gchar *profile_name = component;
wp_notice ("Loading profile '%s'", profile_name);
wp_info ("Loading profile '%s'", profile_name);
all_profiles_j = wp_conf_get_section (conf, "wireplumber.profiles");