From f1d19935b46907cb74d6b9d1d772845a138fc87a Mon Sep 17 00:00:00 2001 From: Peter Meerwald Date: Wed, 17 Apr 2013 15:16:36 +0200 Subject: [PATCH] pstream: Fix case in log message Signed-off-by: Peter Meerwald --- 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 d92178f0..9463437a 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; } -- 2.39.2