[Swift-commit] r3711 - trunk/libexec
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Tue Nov 23 00:38:34 CST 2010
Author: skenny
Date: 2010-11-23 00:38:31 -0600 (Tue, 23 Nov 2010)
New Revision: 3711
Modified:
trunk/libexec/vdl-int.k
Log:
prints errors to stdout so they can be read by the user during workflow execution
Modified: trunk/libexec/vdl-int.k
===================================================================
--- trunk/libexec/vdl-int.k 2010-11-22 22:29:16 UTC (rev 3710)
+++ trunk/libexec/vdl-int.k 2010-11-23 06:38:31 UTC (rev 3711)
@@ -555,6 +555,7 @@
catch("^(?!Abort$).*"
vdl:setprogress("Failed but can retry")
log(LOG:DEBUG, "APPLICATION_EXCEPTION jobid={jobid} - Application exception: ", exception)
+ echo(exception)
if(matches(exception,".*executable bit.*")
generateError(exception)
)
More information about the Swift-commit
mailing list