]> code.delx.au - pulseaudio/commitdiff
don't claim that profile changes are always successful
authorLennart Poettering <lennart@poettering.net>
Thu, 12 Feb 2009 21:09:17 +0000 (22:09 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 12 Feb 2009 21:09:17 +0000 (22:09 +0100)
src/pulsecore/card.c

index 8e1ba536559738f46ca1696878d97f69fbe1543f..515d1f90881f46d6b30cd8e8bfd395de8816acb1 100644 (file)
@@ -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;