summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-09-18 13:01:30 +0300
committerTor Lillqvist <tml@collabora.com>2019-10-07 15:36:07 +0300
commit8346606ebd7c9269a03ceca063437efff9bbf7e1 (patch)
tree4c009564766cc225c4271b76e49a47a113cec490 /vcl
parent499bf6fb2f3b948dd36b30d65c53c6733066cc6e (diff)
Get rid of another SAL_WARN that just pointlessly fills up log files
Change-Id: Ic499677dad477d1ed194d63929f9374995fccb65 Reviewed-on: https://gerrit.libreoffice.org/79254 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com> (cherry picked from commit 5a742afd3dde74138bda8fd140d3801b3ca900e6)
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/scheduler.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/app/scheduler.cxx b/vcl/source/app/scheduler.cxx
index e05a80339e91..80e1f3808c79 100644
--- a/vcl/source/app/scheduler.cxx
+++ b/vcl/source/app/scheduler.cxx
@@ -370,7 +370,6 @@ bool Scheduler::ProcessTaskScheduling()
if ( nTime < rSchedCtx.mnTimerStart + rSchedCtx.mnTimerPeriod -1)
{
int nSleep = rSchedCtx.mnTimerStart + rSchedCtx.mnTimerPeriod - nTime;
- SAL_WARN("vcl.schedule", "we're too early - restart the timer (" << nSleep << "ms)!");
UpdateSystemTimer(rSchedCtx, nSleep, true, nTime);
return false;
}