diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pulsecore/card.c | 2 |
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; |