debug
This commit is contained in:
parent
9e180d6b00
commit
090f3e26ad
|
@ -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 //
|
||||
|
|
Loading…
Reference in New Issue