From 090f3e26ad620051e3f31ac9237e8ad1861e3dbc Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Fri, 13 Oct 2017 19:04:33 +0200 Subject: [PATCH] debug --- lib/api/source/fetch.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/api/source/fetch.php b/lib/api/source/fetch.php index 0ee2baa..cb67c45 100755 --- a/lib/api/source/fetch.php +++ b/lib/api/source/fetch.php @@ -49,6 +49,8 @@ /* (6) Try to read log file */ $f = new SplFileObject(DATA_DIR."/$feat_name", "r"); + slog("Fetching '$feat_name' to build request", 'api:fetch', 'update'); + while( !$f->eof() ){ // {1} Try to parse JSON //