[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] "e g " to "e.g."
Georg Chini
gitlab at gitlab.freedesktop.org
Sat Feb 16 11:03:27 UTC 2019
Georg Chini pushed to branch master at PulseAudio / pulseaudio
Commits:
8b6006c0 by scootergrisen at 2019-02-16T10:49:53Z
"e g " to "e.g."
- - - - -
1 changed file:
- src/pulsecore/core-util.c
Changes:
=====================================
src/pulsecore/core-util.c
=====================================
@@ -1690,7 +1690,7 @@ char *pa_get_runtime_dir(void) {
struct stat st;
if (stat(d, &st) == 0 && st.st_uid != getuid()) {
pa_log(_("XDG_RUNTIME_DIR (%s) is not owned by us (uid %d), but by uid %d! "
- "(This could e g happen if you try to connect to a non-root PulseAudio as a root user, over the native protocol. Don't do that.)"),
+ "(This could e.g. happen if you try to connect to a non-root PulseAudio as a root user, over the native protocol. Don't do that.)"),
d, getuid(), st.st_uid);
goto fail;
}
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/8b6006c0c64b0dd35ef4cce5461082cf61c31202
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/8b6006c0c64b0dd35ef4cce5461082cf61c31202
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20190216/219faae6/attachment.html>
More information about the pulseaudio-commits
mailing list