i915: replace __FUNCTION__ with __func__
[mesa.git] / src / mesa / drivers / dri / i915 / i915_vtbl.c
index 706e0c3d6a2a2aa3ec24f56cba9752e7e569bc90..97bf81ed7594db027e34eb71a5dee652f33af9b1 100644 (file)
@@ -356,7 +356,7 @@ i915_emit_state(struct intel_context *intel)
    assert(get_dirty(state) == 0);
 
    if (INTEL_DEBUG & DEBUG_STATE)
-      fprintf(stderr, "%s dirty: %x\n", __FUNCTION__, dirty);
+      fprintf(stderr, "%s dirty: %x\n", __func__, dirty);
 
    if (dirty & I915_UPLOAD_INVARIENT) {
       if (INTEL_DEBUG & DEBUG_STATE)