summaryrefslogtreecommitdiffstats
path: root/runtime/sym.c
diff options
context:
space:
mode:
authorhunt <hunt>2007-03-19 03:00:56 +0000
committerhunt <hunt>2007-03-19 03:00:56 +0000
commit99c3c059961e9abdf76b92e9ab22fe26b929ec20 (patch)
treefaed2e82cc7dc3f0d9abd15721715819f9ce23b6 /runtime/sym.c
parent0b0df798871e79949206c55a2a69cb44cd8930c5 (diff)
downloadsystemtap-steved-99c3c059961e9abdf76b92e9ab22fe26b929ec20.tar.gz
systemtap-steved-99c3c059961e9abdf76b92e9ab22fe26b929ec20.tar.xz
systemtap-steved-99c3c059961e9abdf76b92e9ab22fe26b929ec20.zip
2007-03-18 Martin Hunt <hunt@redhat.com>
* staprun.h (err): Define. * symbols.c (get_sections): More overflow checking.
Diffstat (limited to 'runtime/sym.c')
-rw-r--r--runtime/sym.c2
1 files changed, 1 insertions, 1 deletions
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;