Added another logged warning when unable to serve up a minified file.

This commit is contained in:
Josh Sherman 2010-11-24 23:40:29 -05:00
parent 4c6b5b6415
commit 072afaf936

View file

@ -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);