core: Fix a log function when HAVE_SYSTEMD_JOURNAL && !HAVE_SYSLOG

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-09-20 14:54:20 +07:00 committed by Arun Raghavan
parent d32e61993a
commit e013ac2a0e

View file

@ -525,7 +525,7 @@ 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);
fprintf(stderr, "%s\n", t);
#endif
pa_log_set_target(&new_target);
}