summaryrefslogtreecommitdiff
path: root/src/modules/alsa/alsa-sink.c
diff options
context:
space:
mode:
authorscootergrisen <scootergrisen@gmail.com>2019-02-16 01:15:44 +0000
committerGeorg Chini <georg@chini.tk>2019-02-16 11:23:06 +0000
commit4f8200a28308c4557c26db8803ff73287e8451c1 (patch)
tree41277f94e77663c62620e51a9dcd2ef70dfc166e /src/modules/alsa/alsa-sink.c
parenta4264de3a871674427cc02e4aec6e608330fbc60 (diff)
Change "!" to "." to match other identical string.
Diffstat (limited to 'src/modules/alsa/alsa-sink.c')
-rw-r--r--src/modules/alsa/alsa-sink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/alsa/alsa-sink.c b/src/modules/alsa/alsa-sink.c
index 7a17b11fa..3585336e0 100644
--- a/src/modules/alsa/alsa-sink.c
+++ b/src/modules/alsa/alsa-sink.c
@@ -768,7 +768,7 @@ static int unix_write(struct userdata *u, pa_usec_t *sleep_usec, bool polled, bo
if (polled)
PA_ONCE_BEGIN {
char *dn = pa_alsa_get_driver_name_by_pcm(u->pcm_handle);
- pa_log(_("ALSA woke us up to write new data to the device, but there was actually nothing to write!\n"
+ pa_log(_("ALSA woke us up to write new data to the device, but there was actually nothing to write.\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 POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail."),
pa_strnull(dn));