alsa: fix wording, we are speaking of card profiles, not output profiles
authorLennart Poettering <lennart@poettering.net>
Tue, 26 May 2009 20:29:33 +0000 (22:29 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 26 May 2009 20:29:33 +0000 (22:29 +0200)
src/modules/alsa/module-alsa-card.c

index 51d466e..d894b9c 100644 (file)
@@ -135,7 +135,7 @@ static void enumerate_cb(
             bonus += 20000;
     }
 
-    pa_log_info("Found output profile '%s'", t);
+    pa_log_info("Found profile '%s'", t);
 
     p = pa_card_profile_new(n, t, sizeof(struct profile_data));