diff options
author | Jakob Bornecrantz <[email protected]> | 2010-12-16 04:05:59 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-12-16 09:44:02 +0100 |
commit | 1138775d79dfe9043cf9e6c77a9077b0acc0a239 (patch) | |
tree | 66bb21d83dc59cb411bb0546503fa1bf76946cf7 /src/gallium/drivers | |
parent | c28debbf6f97cc74e09da8a747d275ab835bdae7 (diff) |
svga: Minor debug text fix
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/svga/svga_state_need_swtnl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/svga_state_need_swtnl.c b/src/gallium/drivers/svga/svga_state_need_swtnl.c index 66fea02a4be..99263d82e13 100644 --- a/src/gallium/drivers/svga/svga_state_need_swtnl.c +++ b/src/gallium/drivers/svga/svga_state_need_swtnl.c @@ -177,7 +177,7 @@ static int update_need_swtnl( struct svga_context *svga, if (need_swtnl != svga->state.sw.need_swtnl) { SVGA_DBG(DEBUG_SWTNL|DEBUG_PERF, - "%s need_swvfetch: %s, need_pipeline %s\n", + "%s: need_swvfetch %s, need_pipeline %s\n", __FUNCTION__, svga->state.sw.need_swvfetch ? "true" : "false", svga->state.sw.need_pipeline ? "true" : "false"); |