mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-01-09 16:30:13 +01:00
settings: remove unnecessary log message
This commit is contained in:
parent
85900fba64
commit
d9d3a49f5a
1 changed files with 1 additions and 3 deletions
|
|
@ -404,10 +404,8 @@ wp_settings_get_instance (WpCore *core, const gchar *metadata_name)
|
|||
|
||||
wp_info_object (settings, "created wpsettings object for metadata"
|
||||
" name \"%s\"", name);
|
||||
} else {
|
||||
wp_info_object (settings, "found this wpsettings object for metadata name"
|
||||
" \"%s\"", name);
|
||||
}
|
||||
|
||||
return settings;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue