mesa: rename logging functions to reflect that they format strings
[mesa.git] / src / mesa / state_tracker / st_debug.c
index d6cb5cd57d833b2b3bf0c0116a00ba306c8a1e9d..27d50a17e5ef937962c95636fbf8b62333dced1f 100644 (file)
@@ -161,7 +161,7 @@ st_debug_message(void *data,
    default:
       unreachable("invalid debug type");
    }
-   _mesa_gl_vdebug(st->ctx, id, source, type, severity, fmt, args);
+   _mesa_gl_vdebugf(st->ctx, id, source, type, severity, fmt, args);
 }
 
 void