Changeset 705 for trunk/lib


Ignore:
Timestamp:
Oct 16, 2019 9:04:19 PM (5 years ago)
Author:
anonymous
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Utilities.inc.php

    r704 r705  
    15111511
    15121512    if (false === $resolved_filename = stream_resolve_include_path($filename)) {
    1513         $app->logMsg(sprintf('JSON file not found: %s', $resolved_filename), LOG_ERR, __FILE__, __LINE__);
     1513        $app->logMsg(sprintf('JSON file "%s" not found in path "%s"', $filename, get_include_path()), LOG_ERR, __FILE__, __LINE__);
    15141514        return null;
    15151515    }
Note: See TracChangeset for help on using the changeset viewer.