MISC: Refined error message for getting profile information 50/12450/1
authorkh5325.kim <kh5325.kim@samsung.com>
Fri, 15 Nov 2013 08:19:15 +0000 (17:19 +0900)
committerkh5325.kim <kh5325.kim@samsung.com>
Fri, 15 Nov 2013 08:21:46 +0000 (17:21 +0900)
Refined error message for getting profile information.

Change-Id: I97c8cbdd3ea3ed33601e7db3da5b933f03063737
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
org.tizen.common/src/org/tizen/common/core/application/ProfileInfo.java

index 5107aba..ad6f51c 100644 (file)
@@ -179,7 +179,7 @@ public class ProfileInfo {
 
             return new ProfileInfo(profile, version, path);
         } catch (Exception e) {
-            logger.error("cannot get device information - " + device, e);
+            logger.error(String.format("Failed to get a device information from '%s'", device), e);
             return null;
         }
     }