This commit is contained in:
xdrm-brackets 2017-10-13 19:04:33 +02:00
parent 9e180d6b00
commit 090f3e26ad
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@
/* (6) Try to read log file */ /* (6) Try to read log file */
$f = new SplFileObject(DATA_DIR."/$feat_name", "r"); $f = new SplFileObject(DATA_DIR."/$feat_name", "r");
slog("Fetching '$feat_name' to build request", 'api:fetch', 'update');
while( !$f->eof() ){ while( !$f->eof() ){
// {1} Try to parse JSON // // {1} Try to parse JSON //