aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscootergrisen <scootergrisen@gmail.com>2019-02-15 08:13:08 +0000
committerGeorg Chini <georg@chini.tk>2019-02-16 10:08:49 +0000
commit108f4ab09bb36580086eecab47af82f23dbf17fc (patch)
treeca2d697b950a2202e8f0487b7a5f9e47bb1b38eb
parenta53b371a4f6ec373b1c76020c721039e9cd1eb92 (diff)
downloadpulseaudio-108f4ab09bb36580086eecab47af82f23dbf17fc.tar.gz
Add missing space
-rw-r--r--src/daemon/cmdline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/cmdline.c b/src/daemon/cmdline.c
index 0454b6d8..bf6b7857 100644
--- a/src/daemon/cmdline.c
+++ b/src/daemon/cmdline.c
@@ -325,7 +325,7 @@ int pa_cmdline_parse(pa_daemon_conf *conf, int argc, char *const argv [], int *d
case ARG_LOG_TARGET:
if (pa_daemon_conf_set_log_target(conf, optarg) < 0) {
#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
pa_log(_("Invalid log target: use either 'syslog', 'stderr' or 'auto' or a valid file name 'file:<path>', 'newfile:<path>'."));
#endif