[Swift-commit] cog r3481

swift at ci.uchicago.edu swift at ci.uchicago.edu
Fri Sep 28 15:45:14 CDT 2012


------------------------------------------------------------------------
r3481 | hategan | 2012-09-28 15:42:41 -0500 (Fri, 28 Sep 2012) | 1 line

fixed imporper syntax for comment
------------------------------------------------------------------------
Index: modules/provider-coaster/resources/worker.pl
===================================================================
--- modules/provider-coaster/resources/worker.pl	(revision 3480)
+++ modules/provider-coaster/resources/worker.pl	(working copy)
@@ -1071,7 +1071,7 @@
 	
 	wlog ERROR, "$msg\n";
 	if ($CONNECTED) {
-		$CONNECTED = 0; // avoid recursive calls to this method
+		$CONNECTED = 0; # avoid recursive calls to this method
 		queueCmd((nullCB(), "RLOG", "WARN", $msg));
 		sendQueued();
 	}



More information about the Swift-commit mailing list