FELIX-3945 Revert inadvertent disabling of essential functionality
  as a consequence of removing SLF4J dependency (in Rev. 1452040)

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1452206 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/inventory/src/main/java/org/apache/felix/inventory/impl/Activator.java b/inventory/src/main/java/org/apache/felix/inventory/impl/Activator.java
index 4872284..8a52967 100644
--- a/inventory/src/main/java/org/apache/felix/inventory/impl/Activator.java
+++ b/inventory/src/main/java/org/apache/felix/inventory/impl/Activator.java
@@ -58,10 +58,8 @@
         };
         this.logServiceTracker.open();
 
-//        this.webAdapter = new WebConsoleAdapter(context);
-//        this.printerManager = new InventoryPrinterManagerImpl(context);
-
-        log(null, LogService.LOG_INFO, "Starting Framework Inventory Support", null);
+        this.webAdapter = new WebConsoleAdapter(context);
+        this.printerManager = new InventoryPrinterManagerImpl(context);
     }
 
     /**