Add missing space
authorscootergrisen <scootergrisen@gmail.com>
Fri, 15 Feb 2019 08:13:08 +0000 (08:13 +0000)
committerGeorg Chini <georg@chini.tk>
Sat, 16 Feb 2019 10:08:49 +0000 (10:08 +0000)
src/daemon/cmdline.c

index 0454b6d..bf6b785 100644 (file)
@@ -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