xfree86: fbdevhw: use LogMessageVerb() instead of xf86Msg()

Both are doing same job, so no need to keep using an duplicated implementation.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1681>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-09-10 16:57:28 +02:00 committed by Marge Bot
parent 4ba0cf1f55
commit 5fd918421a

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)
{
xf86Msg(X_ERROR, "fbdevhw is not available on this platform\n");
LogMessageVerb(X_ERROR, 1, "fbdevhw is not available on this platform\n");
return FALSE;
}