diff options
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/vcl/spritecanvas.cxx | 4 | ||||
-rw-r--r-- | canvas/source/vcl/spritecanvashelper.cxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/canvas/source/vcl/spritecanvas.cxx b/canvas/source/vcl/spritecanvas.cxx index 39e3ad746944..268ff3766981 100644 --- a/canvas/source/vcl/spritecanvas.cxx +++ b/canvas/source/vcl/spritecanvas.cxx @@ -56,7 +56,7 @@ namespace vclcanvas if( maArguments.getLength() == 0 ) return; - OSL_TRACE( "SpriteCanvas created" ); + SAL_INFO("canvas.vcl", "SpriteCanvas created" ); // add our own property to GraphicDevice maPropHelper.addProperties( @@ -105,7 +105,7 @@ namespace vclcanvas SpriteCanvas::~SpriteCanvas() { - OSL_TRACE( "SpriteCanvas destroyed" ); + SAL_INFO("canvas.vcl", "SpriteCanvas destroyed" ); } diff --git a/canvas/source/vcl/spritecanvashelper.cxx b/canvas/source/vcl/spritecanvashelper.cxx index 892b241c7281..22637d81ea56 100644 --- a/canvas/source/vcl/spritecanvashelper.cxx +++ b/canvas/source/vcl/spritecanvashelper.cxx @@ -294,7 +294,7 @@ namespace vclcanvas static ::canvas::tools::ElapsedTime aElapsedTime; // log time immediately after surface flip - OSL_TRACE( "SpriteCanvasHelper::updateScreen(): flip done at %f", + SAL_INFO("canvas.vcl", "SpriteCanvasHelper::updateScreen(): flip done at %f"<< aElapsedTime.getElapsedTime() ); #endif |