From: Gun Kim Date: Wed, 10 Apr 2013 11:54:13 +0000 (+0900) Subject: [Title] fixed bug that prints wrong message. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bcab5ee52af9a7ae0a1b941951496d86f5f65ac7;p=sdk%2Fide%2Fcommon-eplugin.git [Title] fixed bug that prints wrong message. [Type] [Module] [Priority] [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] Change-Id: Iefe9628a7f15a6fdab2890cbaec08bb4317e7f67 --- diff --git a/org.tizen.common/src/org/tizen/common/rds/RdsDeployer.java b/org.tizen.common/src/org/tizen/common/rds/RdsDeployer.java index 65ecf1b..6d68d4b 100644 --- a/org.tizen.common/src/org/tizen/common/rds/RdsDeployer.java +++ b/org.tizen.common/src/org/tizen/common/rds/RdsDeployer.java @@ -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);