From ba36c3ee7f3c807ac07b04bb181a742eae865a60 Mon Sep 17 00:00:00 2001 From: hunt Date: Fri, 1 Jul 2005 19:40:50 +0000 Subject: 2005-07-01 Martin Hunt * string.c (_stp_string_init): CAll stp_error() on bad init. * list.c (_stp_list_clear): Call _stp_warn(). --- runtime/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/list.c') diff --git a/runtime/list.c b/runtime/list.c index fb5e670b..4643634b 100644 --- a/runtime/list.c +++ b/runtime/list.c @@ -70,7 +70,7 @@ void _stp_list_clear(MAP map) } if (map->num != 0) { - _stp_log ("ERROR: list is supposed to be empty (has %d)\n", map->num); + _stp_warn ("list is supposed to be empty (has %d)\n", map->num); } } -- cgit