diff --git a/test/ItopDataTestCase.php b/test/ItopDataTestCase.php index 97ed4b2ce..d269bd8a6 100644 --- a/test/ItopDataTestCase.php +++ b/test/ItopDataTestCase.php @@ -121,7 +121,7 @@ class ItopDataTestCase extends ItopTestCase } catch (Exception $e) { - $this->debug($e->getMessage()); + $this->debug("Error when removing created objects : $sClass::$iKey. Exception message: ".$e->getMessage()); } } }