sna: Fix format specifier typo ('%D') in DBG

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2014-01-29 16:48:21 +00:00
parent 139fc76260
commit 57445e57d4
1 changed files with 1 additions and 1 deletions

View File

@ -4492,7 +4492,7 @@ void sna_mode_redisplay(struct sna *sna)
if (!sna->mode.shadow_damage)
return;
DBG(("%s: posting shadow damage? %d (flips pending? %D)\n",
DBG(("%s: posting shadow damage? %d (flips pending? %d)\n",
__FUNCTION__,
!RegionNil(DamageRegion(sna->mode.shadow_damage)),
sna->mode.shadow_flip));