diff --git a/lib/global-state/source/update.php b/lib/global-state/source/update.php index b438ab3..da3125f 100755 --- a/lib/global-state/source/update.php +++ b/lib/global-state/source/update.php @@ -25,9 +25,10 @@ $f_gstate = preg_replace('@^\s+@', '', $f_gstate); $f_gstate = preg_replace('@\s+$@', '', $f_gstate); - /* (4) Extract in array */ + /* (4) Extract */ $GLOBAL_STATE = $f_gstate; + slog("Starting with state '{$GLOBAL_STATE}'", 'global-state:update'); /* [2] Cache global state to chip states =========================================================*/