vcl/source/app/scheduler.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 381769761119cdf7b3e97097e897051a058f111b
Author: Jan-Marek Glogowski <[email protected]>
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 ==========" );
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits