[Swift-commit] r3207 - trunk/libexec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Sat Jan 23 00:53:13 CST 2010


Author: hategan
Date: 2010-01-23 00:53:13 -0600 (Sat, 23 Jan 2010)
New Revision: 3207

Modified:
   trunk/libexec/vdl-int.k
Log:
fixed ambiguity in cleanup()

Modified: trunk/libexec/vdl-int.k
===================================================================
--- trunk/libexec/vdl-int.k	2010-01-21 22:35:59 UTC (rev 3206)
+++ trunk/libexec/vdl-int.k	2010-01-23 06:53:13 UTC (rev 3207)
@@ -208,7 +208,7 @@
 			parallelFor(i, cleanup
 				[dir, host] := each(i)
 				try(
-					cleanup(dir, host)
+					vdl:cleanup(dir, host)
 					catch(".*",
 						log(LOG:DEBUG, "EXCEPTION - Exception caught while cleaning up", exception)
 						to(warnings, exception("Cleanup on {host} failed", exception))




More information about the Swift-commit mailing list