diff --git a/class/objet.php b/class/objet.php
index 44587883f4b62d929db486fc9d6478447c0703cd..767a4ecbf17896cf48b0afe0f1112e1eba412c50 100644
--- a/class/objet.php
+++ b/class/objet.php
@@ -14,7 +14,7 @@ class Objet
     public static function getAll()
     {
     	// TODO return list of objects Client
-        echo get_called_class();
+        echo "toto:".get_called_class();
     	return Array();
     }
 }
\ No newline at end of file