Added another logged warning when unable to serve up a minified file.
This commit is contained in:
parent
4c6b5b6415
commit
072afaf936
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ class Dynamic extends Object
|
|||
}
|
||||
else
|
||||
{
|
||||
// @todo Log a warning
|
||||
Log::warning('Unable to minify ' . $original_reference . ' and a minified copy does not already exist');
|
||||
}
|
||||
|
||||
$reference = $this->ref($reference);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue