diff --git a/hw/xfree86/fbdevhw/fbdevhwstub.c b/hw/xfree86/fbdevhw/fbdevhwstub.c index 097003888..7d554e60a 100644 --- a/hw/xfree86/fbdevhw/fbdevhwstub.c +++ b/hw/xfree86/fbdevhw/fbdevhwstub.c @@ -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; }