[Swift-commit] r5933 - trunk/libexec

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Tue Sep 18 16:47:01 CDT 2012


Author: hategan
Date: 2012-09-18 16:47:01 -0500 (Tue, 18 Sep 2012)
New Revision: 5933

Modified:
   trunk/libexec/vdl-int.k
Log:
changed wrapper transfer failure log message from WARN to INFO (so that it does not appear on stdout)

Modified: trunk/libexec/vdl-int.k
===================================================================
--- trunk/libexec/vdl-int.k	2012-09-18 19:33:39 UTC (rev 5932)
+++ trunk/libexec/vdl-int.k	2012-09-18 21:47:01 UTC (rev 5933)
@@ -404,8 +404,7 @@
 				task:transfer(srchost=rhost, srcdir=srcdir, srcfile=recfile, destdir="{VDL:SCRIPTNAME}-{VDL:RUNID}.d/")
 				(
 					maybe(file:remove(recfile))
-					log(LOG:WARN, "Failed to transfer wrapper log for job {jobid}")
-					log(LOG:DEBUG, "Exception for wrapper log failure from {srcdir} on {rhost}: ", exception)
+					log(LOG:INFO, "Failed to transfer wrapper log for job {jobid} from {srcdir} on {rhost}", exception)
 				)
 			)
 			recfile




More information about the Swift-commit mailing list