From 6fa8d6e2a8378bfaee0e8e1af8cc707b4e14aab3 Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 20 Mar 2007 20:21:36 +0000 Subject: 2007-03-20 Martin Hunt * symbols.c (send_module): If send returns < 0 then cleanup and exit. (do_kernel_symbols): Ditto. --- runtime/staprun/mainloop.c | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/staprun/mainloop.c') 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; } -- cgit