[Libreoffice-commits] core.git: Branch 'feature/new-vcl-scheduler' - vcl/source

Jan-Marek Glogowski glogow at fbihome.de
Fri Oct 28 16:57:21 UTC 2016


 vcl/source/app/scheduler.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 381769761119cdf7b3e97097e897051a058f111b
Author: Jan-Marek Glogowski <glogow at fbihome.de>
Date:   Fri Oct 28 18:56:32 2016 +0200

    fixme: SAL_INFO stopped system timer
    
    Change-Id: Icc540b685205e320e369ae8e9d255b0cc718415c

diff --git a/vcl/source/app/scheduler.cxx b/vcl/source/app/scheduler.cxx
index 66f72b6..1d8c799 100644
--- a/vcl/source/app/scheduler.cxx
+++ b/vcl/source/app/scheduler.cxx
@@ -339,7 +339,10 @@ next_entry:
         ImplStartTimer( nMinPeriod, true );
     }
     else if ( pSVData->mpSalTimer )
+    {
+        SAL_INFO( "vcl.schedule", "Stopping scheduler system timer" );
         pSVData->mpSalTimer->Stop();
+    }
 
     SAL_INFO( "vcl.schedule", "==========   End   ==========" );
 


More information about the Libreoffice-commits mailing list