mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
pstream: Fix case in log message
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
This commit is contained in:
parent
759c0bc6f9
commit
f1d19935b4
1 changed files with 1 additions and 1 deletions
|
|
@ -754,7 +754,7 @@ static int do_read(pa_pstream *p) {
|
||||||
if ((flags & PA_FLAG_SHMMASK) == PA_FLAG_SHMDATA) {
|
if ((flags & PA_FLAG_SHMMASK) == PA_FLAG_SHMDATA) {
|
||||||
|
|
||||||
if (length != sizeof(p->read.shm_info)) {
|
if (length != sizeof(p->read.shm_info)) {
|
||||||
pa_log_warn("Received SHM memblock frame with Invalid frame length.");
|
pa_log_warn("Received SHM memblock frame with invalid frame length.");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue