Index: libcfa/src/parseconfig.cfa
===================================================================
--- libcfa/src/parseconfig.cfa	(revision ff3be413d3864c7cd203c65ed41c36ba2938009c)
+++ libcfa/src/parseconfig.cfa	(revision 31337d85526519b2747eae8a6d487a12779ac161)
@@ -25,5 +25,5 @@
 				close( in );
 				exit | "Error: file \"" | configFile | "\" parameter " | name
-					 | " value " | value | " must be non-negative."; // *** DOES THIS PRINT TO STDERR??? IT MUST!!! *** //
+					 | " value " | value | " must be non-negative.";
 			} // if
 		  if ( fail( in ) ) break;
@@ -31,5 +31,5 @@
 		} // for
 	} catch( Open_Failure * ex; ex->istream == &in ) {
-		exit | "Error: could not open input file \"" | configFile | "\""; // *** DOES THIS PRINT TO STDERR??? IT MUST!!! *** //
+		exit | "Error: could not open input file \"" | configFile | "\"";
 	} // try
 	close( in );
