[Swift-commit] r3413 - branches/woz-01/libexec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Thu Jun 24 15:37:31 CDT 2010


Author: wozniak
Date: 2010-06-24 15:37:31 -0500 (Thu, 24 Jun 2010)
New Revision: 3413

Modified:
   branches/woz-01/libexec/vdl-int.k
Log:
INFO -> DEBUG


Modified: branches/woz-01/libexec/vdl-int.k
===================================================================
--- branches/woz-01/libexec/vdl-int.k	2010-06-23 18:22:10 UTC (rev 3412)
+++ branches/woz-01/libexec/vdl-int.k	2010-06-24 20:37:31 UTC (rev 3413)
@@ -180,13 +180,13 @@
 			 * Ideally this would be done by creating a tree of the directories
 			 * to be created and (eventually) exploiting the concurrency in that.
 			 */
-			log(LOG:INFO, "START jobid={jobid} host={host} - Initializing directory structure")
+			log(LOG:DEBUG, "START jobid={jobid} host={host} - Initializing directory structure")
 			for(u, dirs
 				cacheOn(list(u, destdir, host)
 					createdirs(u, destdir, host)
 				)
 			)
-			log(LOG:INFO, "END jobid={jobid} - Done initializing directory structure")
+			log(LOG:DEBUG, "END jobid={jobid} - Done initializing directory structure")
 		)
 		
 		element(cleanup, [dir, host]




More information about the Swift-commit mailing list