From 88d1b4bbb5d35e31cda90a820420aeaddf28d935 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Thu, 23 Feb 2017 16:49:50 +0100 Subject: [PATCH] [fix] --- lib/global-state/source/update.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 =========================================================*/