Index: libcfa/src/concurrency/stats.cfa
===================================================================
--- libcfa/src/concurrency/stats.cfa	(revision fb15af5c5d9f2febef979a5c7e7734ae7b53dbaf)
+++ libcfa/src/concurrency/stats.cfa	(revision a06023f31f2874dece1185526cd49d37b944d463)
@@ -89,5 +89,5 @@
 				"- total threads  : %'15" PRIu64 "run, %'15" PRIu64 "schd (%'" PRIu64 "mig )\n"
 				"- push avg probe : %'3.2lf, %'3.2lfl (%'15" PRIu64 " attempts, %'15" PRIu64 " locals)\n"
-				"- pop  avg probe : %'3.2lf, %'3.2lf%% (%'15" PRIu64 " attempts, %'15" PRIu64 " locals)\n"
+				"- pop  avg probe : %'3.2lf, %'3.2lfl (%'15" PRIu64 " attempts, %'15" PRIu64 " locals)\n"
 				"- Idle Sleep     : %'15" PRIu64 "h, %'15" PRIu64 "c, %'15" PRIu64 "w, %'15" PRIu64 "e\n"
 				"\n"
@@ -115,11 +115,11 @@
 				__cfaabi_bits_print_safe( STDOUT_FILENO,
 					"----- %s \"%s\" (%p) - I/O Stats -----\n"
-					"- total allocations : %'15" PRIu64 "f, %'" PRIu64 "s (%'2.2lff) \n"
+					"- total allocations : %'" PRIu64 "f, %'" PRIu64 "s (%'2.2lff) \n"
 					"-     failures      : %'" PRIu64 "oom, %'" PRIu64 "rvk, %'" PRIu64 "blk\n"
-					"- total submits     : %'15" PRIu64 "f, %'15" PRIu64 "s (%'18.2lf) \n"
+					"- total submits     : %'" PRIu64 "f, %'" PRIu64 "s (%'2.2lf) \n"
 					"- flush external    : %'" PRIu64 "\n"
 					"- io_uring_enter    : %'" PRIu64 " (%'" PRIu64 ", %'" PRIu64 " EBUSY)\n"
-					"-     submits       : %'15" PRIu64 " (%'18.2lf) \n"
-					"-     completes     : %'15" PRIu64 " (%'18.2lf) \n"
+					"-     submits       : %'" PRIu64 " (%'.2lf) \n"
+					"-     completes     : %'" PRIu64 " (%'.2lf) \n"
 					"- poller sleeping   : %'" PRIu64 "\n"
 					"\n"
