diff options
-rw-r--r-- | canvas/source/vcl/spritecanvashelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/vcl/spritecanvashelper.cxx b/canvas/source/vcl/spritecanvashelper.cxx index 22637d81ea56..c7aee1ffb867 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 - SAL_INFO("canvas.vcl", "SpriteCanvasHelper::updateScreen(): flip done at %f"<< + SAL_INFO("canvas.vcl", "SpriteCanvasHelper::updateScreen(): flip done at " << aElapsedTime.getElapsedTime() ); #endif |