Georg Chini pushed to branch master at PulseAudio / pulseaudio
Commits: 108f4ab0 by scootergrisen at 2019-02-16T10:08:49Z Add missing space - - - - - 1 changed file: - src/daemon/cmdline.c Changes: ===================================== 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 View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/108f4ab09bb36580086eecab47af82f23dbf17fc -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/108f4ab09bb36580086eecab47af82f23dbf17fc You're receiving this email because of your account on gitlab.freedesktop.org.
_______________________________________________ pulseaudio-commits mailing list pulseaudio-commits@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits