Replace "!" to "." so string is identical with other string.

This commit is contained in:
scootergrisen 2019-02-16 01:18:22 +00:00 committed by Georg Chini
parent 4f8200a283
commit 86074557a2

View file

@ -691,7 +691,7 @@ static int unix_read(struct userdata *u, pa_usec_t *sleep_usec, bool polled, boo
if (polled) if (polled)
PA_ONCE_BEGIN { PA_ONCE_BEGIN {
char *dn = pa_alsa_get_driver_name_by_pcm(u->pcm_handle); 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" "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."), "We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail."),
pa_strnull(dn)); pa_strnull(dn));