From 5b7b8f99cdf3b3def7232b7fa8a1eafcbe063f1a Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 12 Jun 2025 17:18:27 -0700 Subject: [PATCH] Revert "xfree86: fbdevhw: use LogMessageVerb() instead of xf86Msg()" This reverts commit 5fd918421a3ce73a9d24842d13ab8d26de87c357. Part-of: --- hw/xfree86/fbdevhw/fbdevhwstub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }