From 87e134277dd54b55a62284844e3f35d9ffd5f49c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 12 Feb 2009 22:09:17 +0100 Subject: don't claim that profile changes are always successful --- src/pulsecore/card.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit