Index: libcfa/src/interpose.cfa
===================================================================
--- libcfa/src/interpose.cfa	(revision 9b4483a06414fb90b146eb02da2afc7b4b771074)
+++ libcfa/src/interpose.cfa	(revision 67912136fd449ec8c082da3dc5e500e9b2f1e185)
@@ -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 );
