add backtrace to failed includes, to see where it comes from

This commit is contained in:
Ralf Becker 2011-08-27 08:48:27 +00:00
parent be6fd87783
commit a8af711f11

View File

@ -297,7 +297,7 @@ class egw_include_mgr
if (self::$DEBUG_MODE) // DEBUG_MODE is currently ALWAYS true. Comment this code out if you don't want error messages.
{
error_log(__METHOD__."($package,$file,$app) $path NOT found".($this->debug_processing_file ? " while processing file '{$this->debug_processing_file}'." : "!"));
error_log(__METHOD__."($package,$file,$app) $path NOT found".($this->debug_processing_file ? " while processing file '{$this->debug_processing_file}'." : "!").' '.function_backtrace());
}
return false;