Index: libcfa/src/fstream.cfa
===================================================================
--- libcfa/src/fstream.cfa	(revision cdf7d439c924923dbb24ce7fd66539e754fa40d9)
+++ libcfa/src/fstream.cfa	(revision 79683017f771a118e8a03b9d552bef9eb3df21a3)
@@ -10,6 +10,6 @@
 // Created On       : Wed May 27 17:56:53 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Fri Jul 12 05:45:49 2024
-// Update Count     : 581
+// Last Modified On : Tue Oct  1 20:59:45 2024
+// Update Count     : 582
 //
 
@@ -191,5 +191,5 @@
 ofstream & lsout = lsoutFile;
 
-static ofstream exitFile = { (FILE *)stdout };
+static ofstream exitFile = { (FILE *)stderr };
 ofstream & exit = exitFile;
 static ofstream abortFile = { (FILE *)stderr };
