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 //