xserver: Branch 'master'

Adam Jackson ajax at kemper.freedesktop.org
Wed Mar 21 15:21:23 UTC 2018


 Xext/shm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d36128a72acac4d54813c52c93efefad2dc9af41
Author: Alexander Volkov <a.volkov at rusbitech.ru>
Date:   Mon Mar 12 15:12:10 2018 +0300

    Xext/shm: Downgrade from error to debug log output about success
    
    Signed-off-by: Alexander Volkov <a.volkov at rusbitech.ru>
    Reviewed-by: Adam Jackson <ajax at redhat.com>

diff --git a/Xext/shm.c b/Xext/shm.c
index 15e1b67ff..fc8441c43 100644
--- a/Xext/shm.c
+++ b/Xext/shm.c
@@ -1199,7 +1199,7 @@ shm_tmpfile(void)
 #ifdef O_TMPFILE
 	fd = open(SHMDIR, O_TMPFILE|O_RDWR|O_CLOEXEC|O_EXCL, 0666);
 	if (fd >= 0) {
-		ErrorF ("Using O_TMPFILE\n");
+		DebugF ("Using O_TMPFILE\n");
 		return fd;
 	}
 	ErrorF ("Not using O_TMPFILE\n");


More information about the xorg-commit mailing list