projects
/
profile
/
ivi
/
pulseaudio-panda.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52bfd47
)
don't claim that profile changes are always successful
author
Lennart Poettering
<lennart@poettering.net>
Thu, 12 Feb 2009 21:09:17 +0000
(22:09 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Thu, 12 Feb 2009 21:09:17 +0000
(22:09 +0100)
src/pulsecore/card.c
patch
|
blob
|
history
diff --git
a/src/pulsecore/card.c
b/src/pulsecore/card.c
index
8e1ba53
..
515d1f9
100644
(file)
--- a/
src/pulsecore/card.c
+++ b/
src/pulsecore/card.c
@@
-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 c
hanged profile of card %u \"%s\" to %s", c->index, c->name, profile->name);
+ pa_log_info("
C
hanged profile of card %u \"%s\" to %s", c->index, c->name, profile->name);
c->active_profile = profile;