# HG changeset patch # User Jon Medhurst # Date 1288176498 -3600 # Node ID 916c862ecaf1b075750aee7c21ab953c52207505 # Parent b7d35cad610daf2ceb83628e1ac9cd4cba74f13f Disable unconditional printfs in syborg_pointer.cpp to cur down the noise in debug logs diff -r b7d35cad610d -r 916c862ecaf1 baseport/syborg/pointer/syborg_pointer.cpp --- a/baseport/syborg/pointer/syborg_pointer.cpp Fri Sep 24 13:44:00 2010 +0100 +++ b/baseport/syborg/pointer/syborg_pointer.cpp Wed Oct 27 11:48:18 2010 +0100 @@ -108,14 +108,14 @@ iScreenWidth = videoInfo.iSizeInPixels.iWidth; iScreenHeight = videoInfo.iSizeInPixels.iHeight; - Kern::Printf("TPointerRv::Init3(): width: %d height: %d", iScreenWidth, iScreenHeight); + __DEBUG_PRINT("TPointerRv::Init3(): width: %d height: %d", iScreenWidth, iScreenHeight); iDisplayMode = videoInfo.iDisplayMode; iVideoMem = videoInfo.iVideoAddress + videoInfo.iOffsetToFirstPixel; iOffSetBetweenEachLine = iScreenWidth; - Kern::Printf("TPointerRv::Init3(): iOffsetToFirstPixel: %d", iVideoMem); + __DEBUG_PRINT("TPointerRv::Init3(): iOffsetToFirstPixel: %d", iVideoMem); ix = iy = 0; @@ -203,7 +203,7 @@ TInt k=0; TLinAddr activeFrameLin = ReadReg( KHwBaseClcd, 14 /*FB_VBASE*/ ); - Kern::Printf("activeFrameLin: 0x%08x", activeFrameLin); + __DEBUG_PRINT("activeFrameLin: 0x%08x", activeFrameLin); if( activeFrameLin == 0 ) { return;