summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/card.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-02-12 22:09:17 +0100
committerLennart Poettering <lennart@poettering.net>2009-02-12 22:09:17 +0100
commit87e134277dd54b55a62284844e3f35d9ffd5f49c (patch)
tree5e94823c4c7757e160b2a4d9239cf0f06a59ab15 /src/pulsecore/card.c
parent52bfd47a493d927b4dac3c725454d2e7d4f8ca05 (diff)
don't claim that profile changes are always successful
Diffstat (limited to 'src/pulsecore/card.c')
-rw-r--r--src/pulsecore/card.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/card.c b/src/pulsecore/card.c
index 8e1ba536..515d1f90 100644
--- 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 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;