On Sun, 2016-03-13 at 23:57 +0200, Ahmed S. Darwish wrote: > Signed-off-by: Ahmed S. Darwish <[email protected]> > --- > 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 _______________________________________________ pulseaudio-discuss mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss
