[IOT-1019] Fix for jira issue
authorHun-je Yeon <hunje.yeon@samsung.com>
Thu, 1 Oct 2015 14:17:54 +0000 (23:17 +0900)
committerUze Choi <uzchoi@samsung.com>
Fri, 25 Mar 2016 04:25:53 +0000 (04:25 +0000)
Add console out when Resource Container started.

Change-Id: If262e26fcee0e9ce52fada57fec03eccf47fc69f
Signed-off-by: Hun-je Yeon <hunje.yeon@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/6289
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Minji Park <minjii.park@samsung.com>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/resource-container/examples/ContainerSample.cpp

index cab08fa..420119a 100644 (file)
@@ -174,6 +174,7 @@ void StartContainer(std::string configPath)
     {
         g_pResourceContainer->startContainer(configPath);
         g_bContainerStarted = true;
+        std::cout << "Container started." << std::endl;
     }
     else
     {