On Sun, 2016-03-13 at 23:57 +0200, Ahmed S. Darwish wrote: > Signed-off-by: Ahmed S. Darwish <darwish.07 at gmail.com> > --- > Â src/pulsecore/log.c | 1 - > Â 1 file changed, 1 deletion(-) > > diff --git a/src/pulsecore/log.c b/src/pulsecore/log.c > index b5db818..0c561e8 100644 > --- a/src/pulsecore/log.c > +++ b/src/pulsecore/log.c > @@ -525,7 +525,6 @@ void pa_log_levelv_meta( > Â > Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â saved_errno = errno; > Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â fprintf(stderr, "%s\n", "Error writing logs to the journal. Redirect log messages to console."); > -Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â fprintf(stderr, "%s %s\n", metadata, t); > Â #endif > Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â pa_log_set_target(&new_target); > Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â } The commit message is a bit short on information. What's the compilation error? And why is it a good idea to drop the log message altogether? --Â Tanu