mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
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:
parent
d32e61993a
commit
e013ac2a0e
1 changed files with 1 additions and 1 deletions
|
|
@ -525,7 +525,7 @@ void pa_log_levelv_meta(
|
||||||
|
|
||||||
saved_errno = errno;
|
saved_errno = errno;
|
||||||
fprintf(stderr, "%s\n", "Error writing logs to the journal. Redirect log messages to console.");
|
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
|
#endif
|
||||||
pa_log_set_target(&new_target);
|
pa_log_set_target(&new_target);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue