From 884dd896e4e959e5a284a6f70da9e5cde1bbb7e9 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 15 Jul 2013 10:59:39 +0100 Subject: [PATCH] sna: Change message context to PROBED for initial configuration Since we are retreiving the hw values rather than choosing a default for ourselves, it is more consistent to use PROBED rather than INFO for our message. Signed-off-by: Chris Wilson --- src/sna/sna_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c index 1427cd6e..67b7182c 100644 --- a/src/sna/sna_display.c +++ b/src/sna/sna_display.c @@ -3058,7 +3058,7 @@ static bool sna_probe_initial_configuration(struct sna *sna) if (crtc->desiredMode.status == MODE_OK) { DisplayModePtr M; - xf86DrvMsg(scrn->scrnIndex, X_INFO, + xf86DrvMsg(scrn->scrnIndex, X_PROBED, "Output %s using initial mode %s on pipe %d\n", output->name, crtc->desiredMode.name,