Index: libcfa/src/interpose.cfa
===================================================================
--- libcfa/src/interpose.cfa	(revision d870df3b27c7996192b57c629fc31c1a72209f79)
+++ libcfa/src/interpose.cfa	(revision 7030dab75c493bbd89de53cb88e496019c794ff4)
@@ -10,6 +10,6 @@
 // Created On       : Wed Mar 29 16:10:31 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Mar  2 17:37:00 2020
-// Update Count     : 176
+// Last Modified On : Fri Mar 13 17:35:37 2020
+// Update Count     : 178
 //
 
@@ -234,5 +234,5 @@
 
 	if ( fmt[strlen( fmt ) - 1] != '\n' ) {				// add optional newline if missing at the end of the format text
-		__cfaabi_dbg_write( "\n", 1 );
+		__cfaabi_bits_write( STDERR_FILENO, "\n", 1 );
 	} // if
 	kernel_abort_msg( kernel_data, abort_text, abort_text_size );
