Index: kernel/generic/src/ipc/ipc.c
===================================================================
--- kernel/generic/src/ipc/ipc.c	(revision 934fa81202235f53c0b3d656f7cd362c4ec0c94e)
+++ kernel/generic/src/ipc/ipc.c	(revision 6618186243ebb367f8eb9523af880224da3fbfa4)
@@ -960,4 +960,7 @@
 	irq_spinlock_lock(&task->answerbox.lock, false);
 
+	printf("Active calls: %" PRIun "\n",
+	    atomic_get(&task->answerbox.active_calls));
+
 #ifdef __32_BITS__
 	printf("[call id ] [method] [arg1] [arg2] [arg3] [arg4] [arg5]"
