Change "!" to "." to match other identical string.
authorscootergrisen <scootergrisen@gmail.com>
Sat, 16 Feb 2019 01:15:44 +0000 (01:15 +0000)
committerGeorg Chini <georg@chini.tk>
Sat, 16 Feb 2019 11:23:06 +0000 (11:23 +0000)
src/modules/alsa/alsa-sink.c

index 7a17b11..3585336 100644 (file)
@@ -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));