Index: libcfa/src/bits/debug.hfa
===================================================================
--- libcfa/src/bits/debug.hfa	(revision 4069faade93e68df42b8c7af24253b6a041b469b)
+++ libcfa/src/bits/debug.hfa	(revision 0a805f298d430b1aec64bae13335b7f65ed8138f)
@@ -107,4 +107,9 @@
 #	define __CFADBG_PRINT_GROUP_io(...) ((void)0)
 #endif
+#if defined(__CFA_DEBUG_PRINT__) || defined(__CFA_DEBUG_PRINT_IO__) || defined(__CFA_DEBUG_PRINT_IO_CORE__)
+#	define __CFADBG_PRINT_GROUP_io_core(...) __VA_ARGS__
+#else
+#	define __CFADBG_PRINT_GROUP_io_core(...) ((void)0)
+#endif
 #if defined(__CFA_DEBUG_PRINT__) || defined(__CFA_DEBUG_PRINT_MONITOR__)
 #	define __CFADBG_PRINT_GROUP_monitor(...) __VA_ARGS__
