Index: benchmark/io/http/protocol.cfa
===================================================================
--- benchmark/io/http/protocol.cfa	(revision 1db145485e2ae87abc9c21ad7382a6903b8e8eac)
+++ benchmark/io/http/protocol.cfa	(revision 197df9b621b2d0b67a23899280789afa9de4be84)
@@ -251,5 +251,5 @@
 		Time now = timeHiRes();
 		strftime( buff, 100, "%a, %d %b %Y %H:%M:%S %Z", now );
-		sout | "Updated date to '" | buff | "'";
+		if( options.log ) sout | "Updated date to '" | buff | "'";
 
 		for(i; KNOWN_CODES) {
@@ -264,5 +264,5 @@
 		this.idx = (this.idx + 1) % 2;
 
-		sout | "Date thread sleeping";
+		if( options.log ) sout | "Date thread sleeping";
 
 		sleep(1`s);
