summaryrefslogtreecommitdiffstats
path: root/runtime/staprun/mainloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/staprun/mainloop.c')
-rw-r--r--runtime/staprun/mainloop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/staprun/mainloop.c b/runtime/staprun/mainloop.c
index ba34b265..0bede8cf 100644
--- a/runtime/staprun/mainloop.c
+++ b/runtime/staprun/mainloop.c
@@ -359,6 +359,7 @@ int stp_main_loop(void)
}
case STP_MODULE:
{
+ dbug("STP_MODULES request received\n");
do_module(data);
break;
}