[Libreoffice-commits] core.git: vcl/source

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Mon Oct 7 12:37:15 UTC 2019


 vcl/source/app/scheduler.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 8346606ebd7c9269a03ceca063437efff9bbf7e1
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Sep 18 13:01:30 2019 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
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 <tml at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>
    (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;
     }


More information about the Libreoffice-commits mailing list