Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / service / things-manager / sampleapp / android / Sample / src / com / tm / sample / ActionListener.java
index a509fe7..e8de3c4 100644 (file)
@@ -38,8 +38,8 @@ import android.util.Log;
  */
 public class ActionListener implements IActionListener {
 
-    private final String     LOG_TAG             = this.getClass()
-                                                         .getSimpleName();
+    private final String     LOG_TAG             = "[TMSample] " + this.getClass()
+                                                                   .getSimpleName();
     private static Message   msg;
     private String           logMessage;
     private GroupApiActivity groupApiActivityObj = null;