summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-12-06 10:12:49 -0800
committerEric Anholt <eric@anholt.net>2006-12-06 10:12:49 -0800
commit727bf1cbf72362edcbdd68001a3558fd2b2b4eca (patch)
tree67f7047112517b7a1ff1d5e8e6cdf6d0b485314e
parent236c53be5d94798d55219651a6885fee32ce175b (diff)
Add missing newlines to new debug output.
-rw-r--r--src/i830_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i830_debug.c b/src/i830_debug.c
index 68c4b5d2..b14f9818 100644
--- a/src/i830_debug.c
+++ b/src/i830_debug.c
@@ -352,9 +352,9 @@ void i830CompareRegsToSnapshot(ScrnInfoPtr pScrn)
i830_snapshot[i].reg,
val);
xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
- "%s before: %s", i830_snapshot[i].name, before);
+ "%s before: %s\n", i830_snapshot[i].name, before);
xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
- "%s after: %s", i830_snapshot[i].name, after);
+ "%s after: %s\n", i830_snapshot[i].name, after);
}
}