Author: raminder
Date: Thu Jan 17 17:10:18 2013
New Revision: 1434782

URL: http://svn.apache.org/viewvc?rev=1434782&view=rev
Log:
updated log message for download method

Modified:
    
airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/external/GridFtp.java

Modified: 
airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/external/GridFtp.java
URL: 
http://svn.apache.org/viewvc/airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/external/GridFtp.java?rev=1434782&r1=1434781&r2=1434782&view=diff
==============================================================================
--- 
airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/external/GridFtp.java
 (original)
+++ 
airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/external/GridFtp.java
 Thu Jan 17 17:10:18 2013
@@ -318,7 +318,7 @@ public class GridFtp {
 
             ftpClient.get(remoteFile, localFile);
 
-            log.info("Download file to:" + remoteFile + " is done");
+            log.info("Download file to:" + localFile + " is done");
 
         } catch (ServerException e) {
             throw new ToolsException("Cannot download file from GridFTP:" + 
contactInfo.toString(), e);


Reply via email to