mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
don't claim that profile changes are always successful
This commit is contained in:
parent
52bfd47a49
commit
87e134277d
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ int pa_card_set_profile(pa_card *c, const char *name) {
|
|||
|
||||
pa_subscription_post(c->core, PA_SUBSCRIPTION_EVENT_CARD|PA_SUBSCRIPTION_EVENT_CHANGE, c->index);
|
||||
|
||||
pa_log_info("Successfully changed profile of card %u \"%s\" to %s", c->index, c->name, profile->name);
|
||||
pa_log_info("Changed profile of card %u \"%s\" to %s", c->index, c->name, profile->name);
|
||||
|
||||
c->active_profile = profile;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue