Index: src/libcfa/concurrency/monitor.c
===================================================================
--- src/libcfa/concurrency/monitor.c	(revision c9c9fd7e3c551ae156e377a744ae57721ed7e8a4)
+++ src/libcfa/concurrency/monitor.c	(revision 38ef0debed75b4f4d54a6ea756c3f6326f5f6290)
@@ -10,6 +10,6 @@
 // Created On       : Thd Feb 23 12:27:26 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Fri Jul 21 22:37:11 2017
-// Update Count     : 1
+// Last Modified On : Mon Jul 31 14:59:05 2017
+// Update Count     : 3
 //
 
@@ -484,5 +484,5 @@
 	if( !this->monitors ) {
 		// LIB_DEBUG_PRINT_SAFE("Branding\n");
-		assertf( thrd->current_monitors != NULL, "No current monitor to brand condition", thrd->current_monitors );
+		assertf( thrd->current_monitors != NULL, "No current monitor to brand condition %p", thrd->current_monitors );
 		this->monitor_count = thrd->current_monitor_count;
 
