[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] Change "!" to "." to match other identical string.
Georg Chini
gitlab at gitlab.freedesktop.org
Sat Feb 16 11:30:50 UTC 2019
Georg Chini pushed to branch master at PulseAudio / pulseaudio
Commits:
4f8200a2 by scootergrisen at 2019-02-16T11:23:06Z
Change "!" to "." to match other identical string.
- - - - -
1 changed file:
- src/modules/alsa/alsa-sink.c
Changes:
=====================================
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));
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/4f8200a28308c4557c26db8803ff73287e8451c1
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/4f8200a28308c4557c26db8803ff73287e8451c1
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20190216/cd847e46/attachment-0001.html>
More information about the pulseaudio-commits
mailing list