mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-24 09:50:24 +01:00
xfree86: change a log message
This path is technically executed through config/udev, but having two
messages in the form "config/udev: Adding drm device" makes it appear as if
the udev filters are wrong and it's trying to add the same device twice. In
fact, it's only one device, only added once, but a duplicate log message.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Dave Airlie <airlied@redhat.com>
(cherry picked from commit 131f883f85)
This commit is contained in:
parent
2c9ac2689f
commit
0899823078
1 changed files with 1 additions and 2 deletions
|
|
@ -116,8 +116,7 @@ xf86PlatformDeviceProbe(struct OdevAttributes *attribs)
|
|||
if (i != xf86_num_platform_devices)
|
||||
goto out_free;
|
||||
|
||||
LogMessage(X_INFO, "config/udev: Adding drm device (%s)\n",
|
||||
path);
|
||||
LogMessage(X_INFO, "xfree86: Adding drm device (%s)\n", path);
|
||||
|
||||
ret = get_drm_info(attribs, path);
|
||||
if (ret == FALSE)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue