aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscootergrisen <scootergrisen@gmail.com>2019-02-16 01:18:22 +0000
committerGeorg Chini <georg@chini.tk>2019-02-16 11:31:24 +0000
commit86074557a2381643e40d0f18f0108ad2709d5fd0 (patch)
tree72d1ffb6e5e80910cc4dcbac211a624014630ae7
parent4f8200a28308c4557c26db8803ff73287e8451c1 (diff)
downloadpulseaudio-86074557a2381643e40d0f18f0108ad2709d5fd0.tar.gz
Replace "!" to "." so string is identical with other string.
-rw-r--r--src/modules/alsa/alsa-source.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/alsa/alsa-source.c b/src/modules/alsa/alsa-source.c
index 1ff94bf9..34f1614a 100644
--- a/src/modules/alsa/alsa-source.c
+++ b/src/modules/alsa/alsa-source.c
@@ -691,7 +691,7 @@ static int unix_read(struct userdata *u, pa_usec_t *sleep_usec, bool polled, boo
if (polled)
PA_ONCE_BEGIN {
char *dn = pa_alsa_get_driver_name_by_pcm(u->pcm_handle);
- pa_log(_("ALSA woke us up to read new data from the device, but there was actually nothing to read!\n"
+ pa_log(_("ALSA woke us up to read new data from the device, but there was actually nothing to read.\n"
"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers.\n"
"We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail."),
pa_strnull(dn));