diff --git a/src/Basset/Asset.php b/src/Basset/Asset.php index 18a21d2..de53aa1 100644 --- a/src/Basset/Asset.php +++ b/src/Basset/Asset.php @@ -293,7 +293,7 @@ protected function detectGroupFromContentType() { if (extension_loaded('curl')) { - $this->getLogger()->warning('Attempting to determine asset group using cURL. This may have a considerable effect on application speed.'); + $this->getLogger()->warning("Attempting to determine asset group using cURL because of {$this->absolutePath}. This may have a considerable effect on application speed."); $handler = curl_init($this->absolutePath); @@ -415,4 +415,4 @@ public function prepareFilters($production = false) return $filters->filter(function($filter) { return $filter instanceof FilterInterface; }); } -} \ No newline at end of file +}