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.
_______________________________________________
pulseaudio-commits mailing list
pulseaudio-commits@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits

Reply via email to