diff options
Diffstat (limited to 'glx/glxdriswrast.c')
-rw-r--r-- | glx/glxdriswrast.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/glx/glxdriswrast.c b/glx/glxdriswrast.c index 328aa7e56..44f658fa9 100644 --- a/glx/glxdriswrast.c +++ b/glx/glxdriswrast.c @@ -499,7 +499,8 @@ __glXDRIscreenProbe(ScreenPtr pScreen) screen); if (screen->driScreen == NULL) { - LogMessage(X_ERROR, "AIGLX error: Calling driver entry point failed"); + LogMessage(X_ERROR, + "AIGLX error: Calling driver entry point failed\n"); goto handle_error; } |