Index: libcfa/src/concurrency/kernel/startup.cfa
===================================================================
--- libcfa/src/concurrency/kernel/startup.cfa	(revision 82a2fed48bc1d87818d82ba54132d37e6feacc80)
+++ libcfa/src/concurrency/kernel/startup.cfa	(revision 1b033b8dcae52f8f64c20a0c7e0428f00fd90de9)
@@ -360,5 +360,5 @@
 		__tally_stats(proc->cltr->stats, &local_stats);
 		if( 0 != proc->print_stats ) {
-			__print_stats( &local_stats, proc->print_stats, true, proc->name, (void*)proc );
+			__print_stats( &local_stats, proc->print_stats, "Processor ", proc->name, (void*)proc );
 		}
 	#endif
@@ -622,5 +622,5 @@
 	#if !defined(__CFA_NO_STATISTICS__)
 		if( 0 != this.print_stats ) {
-			__print_stats( this.stats, this.print_stats, true, this.name, (void*)&this );
+			__print_stats( this.stats, this.print_stats, "Cluster", this.name, (void*)&this );
 		}
 		free( this.stats );
