(!1681) 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>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-09-10 16:57:28 +02:00
parent fe9a118da4
commit a2033ba4ba

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;
}