Bug 19798

Summary: [PATCH] remove extra / in Loading module line
Product: xorg Reporter: Matt Turner <mattst88>
Component: Server/DDX/XorgAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED FIXED QA Contact: Xorg Project Team <xorg-team>
Severity: trivial    
Priority: lowest Keywords: patch
Version: git   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
Remove extra / from Loading module line none

Description Matt Turner 2009-01-28 16:14:25 UTC
Created attachment 22333 [details] [review]
Remove extra / from Loading module line

In the X log, upon module load, it prints a line similar to the following.

> (II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so

The attached patch removes the extra / before the module name.

Code already exists in hw/xfree86/loader/loadmod.c:InitPathList to add a trailing slash if needed, removing the one added by sprintf is harmless.
Comment 1 James Cloos 2009-01-29 11:42:39 UTC
Pushed as commit 15ac25627e7239629be59adedda5d8a9deb330ef.

Thank you.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.