[Swift-commit] r3199 - trunk/libexec
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Thu Dec 17 13:52:18 CST 2009
Author: wozniak
Date: 2009-12-17 13:52:18 -0600 (Thu, 17 Dec 2009)
New Revision: 3199
Modified:
trunk/libexec/scheduler.xml
Log:
More appropriate use of generateError.
Modified: trunk/libexec/scheduler.xml
===================================================================
--- trunk/libexec/scheduler.xml 2009-12-17 19:16:03 UTC (rev 3198)
+++ trunk/libexec/scheduler.xml 2009-12-17 19:52:18 UTC (rev 3199)
@@ -25,9 +25,9 @@
</not>
<then>
<generateError>
- <argument name="exception">
+ <string>
Could not find sites file: {sites}
- </argument></generateError></then>
+ </string></generateError></then>
</if>
<log level="info"><string>Using tc.data: {tcfile}</string></log>
More information about the Swift-commit
mailing list