summaryrefslogtreecommitdiff
path: root/src/nouveau_glamor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nouveau_glamor.c')
-rw-r--r--src/nouveau_glamor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nouveau_glamor.c b/src/nouveau_glamor.c
index b8bca17..a8e9206 100644
--- a/src/nouveau_glamor.c
+++ b/src/nouveau_glamor.c
@@ -240,7 +240,7 @@ nouveau_glamor_init(ScreenPtr screen)
screen->SharePixmapBacking = nouveau_glamor_share_pixmap_backing;
screen->SetSharedPixmapBacking = nouveau_glamor_set_shared_pixmap_backing;
- xf86DrvMsg(scrn->scrnIndex, X_INFO, "[GLAMOR] initialised\n");
+ xf86DrvMsg(scrn->scrnIndex, X_INFO, "[GLAMOR] initialised with DRI3\n");
pNv->Flush = nouveau_glamor_flush;
return TRUE;
}