diff options
| author | hunt <hunt> | 2005-07-01 19:21:02 +0000 |
|---|---|---|
| committer | hunt <hunt> | 2005-07-01 19:21:02 +0000 |
| commit | 9a45e491a7365db5178c4b6c33804ce3fc07ffe0 (patch) | |
| tree | c1124725acd64bcf997f2d3035bcfb335bd6858e /runtime/ChangeLog | |
| parent | 5c826f9de142a9d4558e0b3aefab9c90d70c8c54 (diff) | |
| download | systemtap-steved-9a45e491a7365db5178c4b6c33804ce3fc07ffe0.tar.gz systemtap-steved-9a45e491a7365db5178c4b6c33804ce3fc07ffe0.tar.xz systemtap-steved-9a45e491a7365db5178c4b6c33804ce3fc07ffe0.zip | |
2005-07-01 Martin Hunt <hunt@redhat.com>
* map.c (_stp_map_new): Call _stp_error() on a bad map type.
Comment out dbug()s.
* map-stat.c (_stp_map_new_hstat_log): Call _stp_warn().
(_stp_map_new_hstat_linear): Ditto.
* map-int.c: Comment out dbug()s.
* map-str.c: Comment out dbug()s.
* map-keys.c: Use _stp_warn(). Comment out dbug()s.
Diffstat (limited to 'runtime/ChangeLog')
| -rw-r--r-- | runtime/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 540e9239..61338c35 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,5 +1,17 @@ 2005-07-01 Martin Hunt <hunt@redhat.com> + * map.c (_stp_map_new): Call _stp_error() on a bad map type. + Comment out dbug()s. + + * map-stat.c (_stp_map_new_hstat_log): Call _stp_warn(). + (_stp_map_new_hstat_linear): Ditto. + + * map-int.c: Comment out dbug()s. + + * map-str.c: Comment out dbug()s. + + * map-keys.c: Use _stp_warn(). Comment out dbug()s. + * alloc.c (_stp_alloc): Call _stp_error(). (_stp_valloc): Ditto. |
