ItopDataTestCase : improve log message

This commit is contained in:
Pierre Goiffon
2022-09-21 11:50:55 +02:00
parent d431811725
commit 7ac4bc95bb

View File

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