[PATCH xserver] Xext/shm: Downgrade from error to debug log output about success

Alexander Volkov a.volkov at rusbitech.ru
Mon Mar 12 12:12:10 UTC 2018


Signed-off-by: Alexander Volkov <a.volkov at rusbitech.ru>
---
 Xext/shm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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");
-- 
2.11.0



More information about the xorg-devel mailing list