diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-09-23 16:14:27 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-09-23 16:14:27 -0400 |
| commit | 98f7584a1a42932ece9ef90b6f411610c702e7b1 (patch) | |
| tree | 0792327ce7bd80ec06ff1e40455215421c10aebd /www/js | |
| parent | 046d6df6d2630c85385636455498651ade8b3492 (diff) | |
timeout logs
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/StateCtrl.js | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
