diff --git a/src/Composer/Installer.php b/src/Composer/Installer.php index 737b58018..c6bc21c0f 100644 --- a/src/Composer/Installer.php +++ b/src/Composer/Installer.php @@ -406,7 +406,7 @@ class Installer } catch (TransportException $e) { $this->io->error('Failed to audit '.$target.' packages.'); if ($this->io->isVerbose()) { - $this->io->error($e->getMessage()); + $this->io->error('['.get_class($e).'] '.$e->getMessage()); } } } else {