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:
Alan Coopersmith 2025-06-12 17:18:27 -07:00 committed by Marge Bot
parent 8e8f28279d
commit 5b7b8f99cd

View File

@ -28,7 +28,7 @@ fbdevHWProbe(struct pci_device *pPci, char *device, char **namep)
Bool
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;
}