xf86-video-intel: src/intel_module.c

Chris Wilson ickle at kemper.freedesktop.org
Thu Dec 6 14:29:19 PST 2012


 src/intel_module.c |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 1d2fa5731b7ecfe34a8af809e45bcd3b0b70c890
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Thu Dec 6 22:15:09 2012 +0000

    Remove the default log message
    
    Breaks compilation with xorg-1.13
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/intel_module.c b/src/intel_module.c
index 19b6501..5718039 100644
--- a/src/intel_module.c
+++ b/src/intel_module.c
@@ -562,9 +562,6 @@ intel_platform_probe(DriverPtr driver,
 	if (flags)
 		return FALSE;
 
-	xf86DrvMsg(scrn->scrnIndex, X_INFO,
-		   "using device path '%s'\n", path ? path : "Default device");
-
 	return intel_scrn_create(driver, entity_num, match_data, scrn_flags);
 }
 #endif


More information about the xorg-commit mailing list