mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 04:10:03 +01:00
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:
parent
d91c366c2f
commit
07e8248928
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue