From 99c3c059961e9abdf76b92e9ab22fe26b929ec20 Mon Sep 17 00:00:00 2001 From: hunt Date: Mon, 19 Mar 2007 03:00:56 +0000 Subject: 2007-03-18 Martin Hunt * staprun.h (err): Define. * symbols.c (get_sections): More overflow checking. --- runtime/sym.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/sym.c') diff --git a/runtime/sym.c b/runtime/sym.c index 1a18f95b..a5bc0195 100644 --- a/runtime/sym.c +++ b/runtime/sym.c @@ -25,7 +25,7 @@ static unsigned long _stp_module_relocate (const char *module, const char *secti static struct _stp_symbol *last_sec; unsigned long flags; int i,j; - printk("_stp_relocate_module: %s, %s, %lx\n", module, section, offset); + dbug("_stp_relocate_module: %s, %s, %lx\n", module, section, offset); STP_LOCK_MODULES; if (! module || _stp_num_modules == 0) { STP_UNLOCK_MODULES; -- cgit