Modified to debug log
authorkh5325.kim <kh5325.kim@samsung.com>
Fri, 9 Aug 2013 13:25:01 +0000 (22:25 +0900)
committerkh5325.kim <kh5325.kim@samsung.com>
Fri, 9 Aug 2013 13:25:01 +0000 (22:25 +0900)
Change-Id: I6a4d70c9c9f438c761726a2794443c6340ff9572

org.tizen.common.sign/src/org/tizen/common/sign/command/ReadSigningProfileFileCommand.java

index 536402c..44160fc 100755 (executable)
@@ -102,11 +102,11 @@ extends AbstractCommand<Object>
             this.container.readProfileXML( profileInputStream );
             
             for ( SigningProfile profile : this.container.getProfiles() ) {
-                logger.info( "profile : {}", profile.getProfileName() );
+                logger.debug( "profile: {}", profile.getProfileName() );
                 /*
-                logger.info( " author : {}", profile.getAuthorProfileItem() );
+                logger.debug( " author: {}", profile.getAuthorProfileItem() );
                 for ( SigningProfileItem item : profile.getDistributorProfileItems() ) {
-                    logger.info( "dist : {}", item );
+                    logger.debug( "dist: {}", item );
                 }
                 */
             }