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
|
|
@ -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…
Reference in New Issue