[Swift-commit] r2369 - trunk/libexec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Sun Dec 14 12:25:28 CST 2008


Author: benc
Date: 2008-12-14 12:25:27 -0600 (Sun, 14 Dec 2008)
New Revision: 2369

Modified:
   trunk/libexec/vdl-int.k
Log:
fix bug 162 - slightly confusing error message format in wrapper log errors

Modified: trunk/libexec/vdl-int.k
===================================================================
--- trunk/libexec/vdl-int.k	2008-12-12 21:57:01 UTC (rev 2368)
+++ trunk/libexec/vdl-int.k	2008-12-14 18:25:27 UTC (rev 2369)
@@ -335,7 +335,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 kickstart records from {srcdir}/{rhost}", exception)
+					log(LOG:WARN, "Failed to transfer kickstart records from {srcdir} on {rhost}", exception)
 				)
 			)
 			recfile
@@ -351,8 +351,8 @@
 				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}/{rhost}")
-					log(LOG:DEBUG, "Exception for wrapper log failure from {srcdir}/{rhost}: ", exception)
+					log(LOG:WARN, "Failed to transfer wrapper log from {srcdir} on {rhost}")
+					log(LOG:DEBUG, "Exception for wrapper log failure from {srcdir} on {rhost}: ", exception)
 				)
 			)
 			recfile




More information about the Swift-commit mailing list