Author: keith
Date: Sun May 25 17:28:09 2008
New Revision: 17345
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=17345

Log:
Fixing Mashup-807, adding missing parameter to the message displayed


Modified:
   
trunk/mashup/java/modules/javascriptdeployer/src/org/wso2/mashup/deployer/JSDeployer.java

Modified: 
trunk/mashup/java/modules/javascriptdeployer/src/org/wso2/mashup/deployer/JSDeployer.java
URL: 
http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/javascriptdeployer/src/org/wso2/mashup/deployer/JSDeployer.java?rev=17345&r1=17344&r2=17345&view=diff
==============================================================================
--- 
trunk/mashup/java/modules/javascriptdeployer/src/org/wso2/mashup/deployer/JSDeployer.java
   (original)
+++ 
trunk/mashup/java/modules/javascriptdeployer/src/org/wso2/mashup/deployer/JSDeployer.java
   Sun May 25 17:28:09 2008
@@ -186,7 +186,8 @@
                         .getFile().toURL(), deploymentFileData, axisConfig);
 
 
-                log.info(Messages.getMessage(DeploymentErrorMsgs.DEPLOYING_WS, 
name));
+                log.info(Messages.getMessage(DeploymentErrorMsgs.DEPLOYING_WS, 
name,
+                                             
deploymentFileData.getFile().toURL().toString()));
             }
 
             // Send a notification to the system monitor indication that the 
service was succesfully

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to