Making render log a little quiet in normal

This commit is contained in:
Wang Zhenyu 2006-08-25 16:23:18 +08:00
parent cc79b3ec19
commit b45f4b54b1
1 changed files with 3 additions and 1 deletions

View File

@ -330,7 +330,9 @@ I915EXAPrepareComposite(int op, PicturePtr pSrcPicture,
CARD32 dst_format, dst_offset, dst_pitch;
CARD32 blendctl;
ErrorF("i915 prepareComposite\n");
#ifdef I830DEBUG
ErrorF("Enter i915 prepareComposite\n");
#endif
I915GetDestFormat(pDstPicture, &dst_format);
dst_offset = exaGetPixmapOffset(pDst);