(!1681) glx: use LogMessageVerb() instead of xf86Msg()
Both are doing same job, so no need to keep using an duplicated implementation. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
9e2035343f
commit
c44aa6a6f1
|
@ -196,7 +196,7 @@ GLXClientCallback(CallbackListPtr *list, void *closure, void *data)
|
|||
static void
|
||||
GLXReset(ExtensionEntry *extEntry)
|
||||
{
|
||||
// xf86Msg(X_INFO, "GLX: GLXReset\n");
|
||||
// LogMessageVerb(X_INFO, 1, "GLX: GLXReset\n");
|
||||
|
||||
GlxVendorExtensionReset(extEntry);
|
||||
GlxDispatchReset();
|
||||
|
|
Loading…
Reference in New Issue