Kaydet (Commit) 124f5535 authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Stephan Bergmann

loplugin:redundantcast

Change-Id: I3fd7b6f8215bdd9e482cc81522a70cabc0080c4f
(cherry picked from commit ce5024ad)
üst 57e0c545
......@@ -256,7 +256,7 @@ sal_uInt64 Scheduler::CalculateMinimumTimeout( bool &bHasActiveIdles )
{
Scheduler::ImplStartTimer(nMinPeriod, true);
SAL_INFO("vcl.schedule", "Calculated minimum timeout as " << nMinPeriod << " and " <<
(const char *)(bHasActiveIdles ? "has active idles" : "no idles"));
(bHasActiveIdles ? "has active idles" : "no idles"));
}
return nMinPeriod;
......
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