[Swift-commit] r4390 - trunk/libexec
skenny at ci.uchicago.edu
skenny at ci.uchicago.edu
Wed Apr 20 13:33:39 CDT 2011
Author: skenny
Date: 2011-04-20 13:33:39 -0500 (Wed, 20 Apr 2011)
New Revision: 4390
Modified:
trunk/libexec/vdl-int.k
Log:
less cryptic error message
Modified: trunk/libexec/vdl-int.k
===================================================================
--- trunk/libexec/vdl-int.k 2011-04-20 17:52:14 UTC (rev 4389)
+++ trunk/libexec/vdl-int.k 2011-04-20 18:33:39 UTC (rev 4390)
@@ -393,7 +393,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 from {srcdir} on {rhost}")
+ log(LOG:WARN, "Failed to write to {srcdir} on {rhost}. Verify that all directories specified in your sites file exist and are writable!")
log(LOG:DEBUG, "Exception for wrapper log failure from {srcdir} on {rhost}: ", exception)
)
)
More information about the Swift-commit
mailing list