mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 07:00:03 +01:00
Revert "xfree86: fbdevhw: use LogMessageVerb() instead of xf86Msg()"
This reverts commit 5fd918421a.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2021>
This commit is contained in:
parent
8e8f28279d
commit
5b7b8f99cd
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ fbdevHWProbe(struct pci_device *pPci, char *device, char **namep)
|
||||||
Bool
|
Bool
|
||||||
fbdevHWInit(ScrnInfoPtr pScrn, struct pci_device *pPci, char *device)
|
fbdevHWInit(ScrnInfoPtr pScrn, struct pci_device *pPci, char *device)
|
||||||
{
|
{
|
||||||
LogMessageVerb(X_ERROR, 1, "fbdevhw is not available on this platform\n");
|
xf86Msg(X_ERROR, "fbdevhw is not available on this platform\n");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue