[Swift-commit] r7439 - trunk/libexec

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Wed Dec 18 09:49:20 CST 2013


Author: davidk
Date: 2013-12-18 09:49:20 -0600 (Wed, 18 Dec 2013)
New Revision: 7439

Modified:
   trunk/libexec/swift-int.k
Log:
Log the list of files being staged in for each jobid


Modified: trunk/libexec/swift-int.k
===================================================================
--- trunk/libexec/swift-int.k	2013-12-18 15:28:05 UTC (rev 7438)
+++ trunk/libexec/swift-int.k	2013-12-18 15:49:20 UTC (rev 7439)
@@ -219,7 +219,7 @@
     }
 
 	doStagein := function(jobid, files, dir, host) {
-		log(LOG:INFO, "START jobid={jobid} - Staging in files")
+		log(LOG:INFO, "START jobid={jobid} - Staging in files {files}")
 
 		cdmfile := cdm:file()
 		libexec := "{SWIFT:HOME}/libexec"




More information about the Swift-commit mailing list