Kaydet (Commit) 37b465b3 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Remove leftover printf-style %f

But seriously, who builds with OSL_DEBUG_LEVEL > 2?

Either debugging printouts inside such ifdefs are completely pointless
and should be removed, or then the information might actually be
useful, and the ifdefs should be removed, so that the information can
be selected to be printed using the normal SAL_LOG environment
variable mechanism (in a build where SAL_INFO is functional).

Change-Id: Ia5d2c7c7b525ed133fe3f077a005f583b8a856e7
üst 91c072b4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment