From 98f7584a1a42932ece9ef90b6f411610c702e7b1 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Wed, 23 Sep 2015 16:14:27 -0400 Subject: timeout logs --- www/js/StateCtrl.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/js/StateCtrl.js') diff --git a/www/js/StateCtrl.js b/www/js/StateCtrl.js index e3909c28..701f0029 100644 --- a/www/js/StateCtrl.js +++ b/www/js/StateCtrl.js @@ -35,9 +35,9 @@ angular.module('zmApp.controllers').controller('zmApp.StateCtrl', // Let's stagger this by 500ms each to see if Chrome lets these through - $timeout( function() {getLoadStatus();},500); - $timeout( function() {getDiskStatus();},1000); - $timeout( function() {getCurrentState();},1500); + $timeout( function() {ZMDataModel.zmDebug("invoking LoadStatus...");getLoadStatus();},500); + $timeout( function() {ZMDataModel.zmDebug("invoking DiskStatus...");getDiskStatus();},1000); + $timeout( function() {ZMDataModel.zmDebug("invoking CurrentState...");getCurrentState();},1500); //------------------------------------------------------------------------- // Lets make sure we set screen dim properly as we enter -- cgit v1.2.3