From: Peter Meerwald <p.meerwald@xxxxxxxxxxxxxxxxxx> Signed-off-by: Peter Meerwald <p.meerwald at bct-electronic.com> --- src/pulsecore/pstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pulsecore/pstream.c b/src/pulsecore/pstream.c index d92178f..9463437 100644 --- a/src/pulsecore/pstream.c +++ b/src/pulsecore/pstream.c @@ -754,7 +754,7 @@ static int do_read(pa_pstream *p) { if ((flags & PA_FLAG_SHMMASK) == PA_FLAG_SHMDATA) { 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; } -- 1.7.9.5