1
0
Fork 0

Add some more debugging info

pull/7040/head
Jordi Boggiano 2018-01-24 16:19:28 +01:00
parent 1933532ec5
commit a29ad2bfd6
1 changed files with 2 additions and 2 deletions

View File

@ -160,8 +160,8 @@ class DownloadManager
if ($installationSource !== $downloader->getInstallationSource()) {
throw new \LogicException(sprintf(
'Downloader "%s" is a %s type downloader and can not be used to download %s',
get_class($downloader), $downloader->getInstallationSource(), $installationSource
'Downloader "%s" is a %s type downloader and can not be used to download %s for package %s',
get_class($downloader), $downloader->getInstallationSource(), $installationSource, $package
));
}