Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / resource / csdk / connectivity / samples / android / sample_service / src / org / iotivity / ca / service / DLog.java
@@ -1,12 +1,12 @@
 
-package org.iotivity.service;
+package org.iotivity.ca.service;
 
 import android.os.Handler;
 import android.widget.TextView;
 
 public final class DLog {
 
-    private final static String MAIN_TAG = "Sample_Service";
+    private final static String MAIN_TAG = "Sample_Service : DLog";
 
     private static TextView mLogView = null;