diff --git a/src/QUI/Test/EventHandler.php b/src/QUI/Test/EventHandler.php
index e1e7a5d1d932b773cb589b5c615f4bd6e165fa00..bfe528950b2068f2de1ccdfbbe0c6746ef49f142 100644
--- a/src/QUI/Test/EventHandler.php
+++ b/src/QUI/Test/EventHandler.php
@@ -35,6 +35,9 @@ public static function onUserGetAvatar(UserInterfaces $User)
      */
     public static function onInstall(Package $Package)
     {
+        Log::writeRecursive('ON INSTALL');
+        Log::writeRecursive($Package->getName());
+
         if ($Package->getName() === 'quiqqer/test') {
             Log::writeRecursive('QUIQQER TEST INSTALL');
         }