From f5548c07826ab136c199055769ccfc34e01c0cd7 Mon Sep 17 00:00:00 2001 From: hunt Date: Fri, 1 Jul 2005 19:26:17 +0000 Subject: 2005-07-01 Martin Hunt * probes.c: Convert all _stp_log() calls to either stp_warn() or dbug(). * print.c: Comment out dbug()s. * stat-common.c: Comment out dbug()s. --- runtime/stat-common.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime/stat-common.c') diff --git a/runtime/stat-common.c b/runtime/stat-common.c index d136ec99..ff19662b 100644 --- a/runtime/stat-common.c +++ b/runtime/stat-common.c @@ -116,7 +116,7 @@ static void _stp_stat_print_histogram (Stat st, stat *sd) val_space = needed_space (st->hist_start + st->hist_int * (st->hist_buckets - 1)); else val_space = needed_space (1 << (st->hist_buckets - 1)); - dbug ("max=%lld scale=%d val_space=%d\n", max, scale, val_space); + //dbug ("max=%lld scale=%d val_space=%d\n", max, scale, val_space); /* print header */ j = 0; @@ -157,7 +157,6 @@ static void _stp_stat_print_histogram (Stat st, stat *sd) static void _stp_stat_print_valtype (char *fmt, Stat st, struct stat_data *sd, int cpu) { - dbug ("fmt=%c\n", *fmt); switch (*fmt) { case 'C': _stp_printf("%lld", sd->count); -- cgit