vcl/source/app/scheduler.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 8346606ebd7c9269a03ceca063437efff9bbf7e1
Author: Tor Lillqvist <[email protected]>
AuthorDate: Wed Sep 18 13:01:30 2019 +0300
Commit: Tor Lillqvist <[email protected]>
CommitDate: Mon Oct 7 15:36:07 2019 +0300
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 <[email protected]>
Tested-by: Tor Lillqvist <[email protected]>
(cherry picked from commit 5a742afd3dde74138bda8fd140d3801b3ca900e6)
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;
}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits