mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
Add missing space
This commit is contained in:
parent
a53b371a4f
commit
108f4ab09b
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ int pa_cmdline_parse(pa_daemon_conf *conf, int argc, char *const argv [], int *d
|
||||||
case ARG_LOG_TARGET:
|
case ARG_LOG_TARGET:
|
||||||
if (pa_daemon_conf_set_log_target(conf, optarg) < 0) {
|
if (pa_daemon_conf_set_log_target(conf, optarg) < 0) {
|
||||||
#ifdef HAVE_SYSTEMD_JOURNAL
|
#ifdef HAVE_SYSTEMD_JOURNAL
|
||||||
pa_log(_("Invalid log target: use either 'syslog', 'journal','stderr' or 'auto' or a valid file name 'file:<path>', 'newfile:<path>'."));
|
pa_log(_("Invalid log target: use either 'syslog', 'journal', 'stderr' or 'auto' or a valid file name 'file:<path>', 'newfile:<path>'."));
|
||||||
#else
|
#else
|
||||||
pa_log(_("Invalid log target: use either 'syslog', 'stderr' or 'auto' or a valid file name 'file:<path>', 'newfile:<path>'."));
|
pa_log(_("Invalid log target: use either 'syslog', 'stderr' or 'auto' or a valid file name 'file:<path>', 'newfile:<path>'."));
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue