diff options
author | hunt <hunt> | 2005-07-01 19:26:17 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-07-01 19:26:17 +0000 |
commit | f5548c07826ab136c199055769ccfc34e01c0cd7 (patch) | |
tree | 738aed9f3e2cb9158ca58ac8d1e73bfba73dae86 /runtime/print.c | |
parent | 9a45e491a7365db5178c4b6c33804ce3fc07ffe0 (diff) | |
download | systemtap-steved-f5548c07826ab136c199055769ccfc34e01c0cd7.tar.gz systemtap-steved-f5548c07826ab136c199055769ccfc34e01c0cd7.tar.xz systemtap-steved-f5548c07826ab136c199055769ccfc34e01c0cd7.zip |
2005-07-01 Martin Hunt <hunt@redhat.com>
* 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.
Diffstat (limited to 'runtime/print.c')
-rw-r--r-- | runtime/print.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/print.c b/runtime/print.c index 72846a24..3128e866 100644 --- a/runtime/print.c +++ b/runtime/print.c @@ -139,7 +139,6 @@ static char *next_fmt(char *fmt, int *num) { char *f = fmt; int in_fmt = 0; - dbug ("next_fmt %s\n", fmt); *num = 0; while (*f) { if (in_fmt) { |