[Title] fixed bug that prints wrong message.
authorGun Kim <gune.kim@samsung.com>
Wed, 10 Apr 2013 11:54:13 +0000 (20:54 +0900)
committerGun Kim <gune.kim@samsung.com>
Wed, 10 Apr 2013 11:54:13 +0000 (20:54 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: Iefe9628a7f15a6fdab2890cbaec08bb4317e7f67

org.tizen.common/src/org/tizen/common/rds/RdsDeployer.java

index 65ecf1b..6d68d4b 100644 (file)
@@ -229,6 +229,7 @@ public abstract class RdsDeployer implements Closeable{
         if ( file != null ) {
             try {
                 pushFile(file.getCanonicalPath(), strAppInstallPath + "/" + file.getName());
+                command = RdsDeployer.makeRdsLog(NLS.bind(RdsMessages.RDS_PUSH_LOG, file.getCanonicalPath(), strAppInstallPath + "/" + file.getName()));
                 printInfo( command );
             } catch (Exception e) {
                 newCoreException(RdsDeployer.makeRdsLog(RdsMessages.RDS_PUSH_ERROR), e);