nvfx: actually fix it properly
authorLuca Barbieri <luca@luca-barbieri.com>
Sat, 21 Aug 2010 21:53:39 +0000 (23:53 +0200)
committerLuca Barbieri <luca@luca-barbieri.com>
Sat, 21 Aug 2010 21:53:39 +0000 (23:53 +0200)
src/gallium/drivers/nvfx/nvfx_vbo.c

index b1a06654b6400f7cea5f6aaf24bfaaf5236fffa5..21d6e0e6f84d4751cf8edad4c9ed5b05564ee740 100644 (file)
@@ -433,7 +433,7 @@ nvfx_vtxelts_state_create(struct pipe_context *pipe,
 
        if(num_elements > 16)
        {
-               _debug_printf("Error: application attempted to use %u vertex elements, but only 16 are supported: ignoring the rest\n");
+               _debug_printf("Error: application attempted to use %u vertex elements, but only 16 are supported: ignoring the rest\n", num_elements);
                num_elements = 16;
        }