summaryrefslogtreecommitdiffstats
path: root/runtime/ChangeLog
diff options
context:
space:
mode:
authorhunt <hunt>2005-07-01 19:26:17 +0000
committerhunt <hunt>2005-07-01 19:26:17 +0000
commitf5548c07826ab136c199055769ccfc34e01c0cd7 (patch)
tree738aed9f3e2cb9158ca58ac8d1e73bfba73dae86 /runtime/ChangeLog
parent9a45e491a7365db5178c4b6c33804ce3fc07ffe0 (diff)
downloadsystemtap-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/ChangeLog')
-rw-r--r--runtime/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index 61338c35..71871624 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,5 +1,12 @@
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.
+
* map.c (_stp_map_new): Call _stp_error() on a bad map type.
Comment out dbug()s.