[Swift-commit] r3712 - trunk/libexec
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Tue Nov 23 00:39:25 CST 2010
Author: skenny
Date: 2010-11-23 00:39:25 -0600 (Tue, 23 Nov 2010)
New Revision: 3712
Modified:
trunk/libexec/execute-default.k
Log:
print errors to stdout so they can be seen by the user during workflow execution
Modified: trunk/libexec/execute-default.k
===================================================================
--- trunk/libexec/execute-default.k 2010-11-23 06:38:31 UTC (rev 3711)
+++ trunk/libexec/execute-default.k 2010-11-23 06:39:25 UTC (rev 3712)
@@ -47,6 +47,7 @@
else (
to(errors, exception)
log(LOG:INFO, exception)
+ echo(exception)
mark(restartout, err=true, mapping=false)
graphStuff(tr, stagein, stageout, err=true, maybe(args=arguments))
)
More information about the Swift-commit
mailing list