Changed message to System.out for TimeService host registration and
export.

Change-Id: I20043c0e12f75d983efa799352af64da38811bb2
diff --git a/examples/bundles/com.mycorp.examples.timeservice.host/src/com/mycorp/examples/timeservice/host/Activator.java b/examples/bundles/com.mycorp.examples.timeservice.host/src/com/mycorp/examples/timeservice/host/Activator.java
index 1e58175..997d057 100644
--- a/examples/bundles/com.mycorp.examples.timeservice.host/src/com/mycorp/examples/timeservice/host/Activator.java
+++ b/examples/bundles/com.mycorp.examples.timeservice.host/src/com/mycorp/examples/timeservice/host/Activator.java
@@ -38,7 +38,7 @@
 						props);
 
 		// Print out that ITimeService remote service registration
-		System.out.println("MyTimeService host registered with registration="
+		System.out.println("TimeService host registered with registration="
 				+ timeServiceRegistration);
 	}